| bio | website | |
|---|---|---|
| location | Canada | |
| age | ||
| visits | member for | 2 years, 4 months |
| seen | 19 hours ago | |
| stats | profile views | 17 |
|
Mar 7 |
awarded | Popular Question |
|
Oct 18 |
asked | Plugin Paths Issue |
|
Mar 21 |
revised |
wp_mail and BCC headers Changed "the headers that a sender would see" to "the headers that a reciever would see" |
|
Mar 21 |
suggested | suggested edit on wp_mail and BCC headers |
|
Mar 21 |
revised |
wp_mail and BCC headers Improved answer by adding an explaination on how this function can be used to reveal if the BCC address is actually being added to the email. |
|
Mar 21 |
awarded | Editor |
|
Mar 21 |
revised |
wp_mail and BCC headers Fixed spelling error and added more information regarding the application I am using to monitor emails |
|
Mar 21 |
suggested | suggested edit on wp_mail and BCC headers |
|
Mar 21 |
awarded | Supporter |
|
Mar 21 |
awarded | Scholar |
|
Mar 21 |
accepted | wp_mail and BCC headers |
|
Mar 21 |
comment |
wp_mail and BCC headers Your question in regards to looking at the setup led me to find out what the problem was. I'm using a program called Papercut, which is a simplified SMTP server for receiving messages. Papercut doesn't show BCC addresses as it keeps it hidden. So the only way to test BCC is using your debug function and making sure that the BCC section of the var_dump($phpmailer) has the addresses you want to send to. Alas, I feel stupid as this isn't a WP problem, but the case is solved. |
|
Mar 21 |
comment |
wp_mail and BCC headers What information in particular of the setup would you like to look at, I can provide as much info as needed. |
|
Mar 21 |
comment |
wp_mail and BCC headers Here's what I got for the bcc section private 'bcc' =>
array
0 =>
array
0 => string 'mybccaddress@example.com' (length=19)
1 => string 'Frank' (length=5)' |
|
Mar 20 |
comment |
wp_mail and BCC headers @EAMann I didn't create that question that I referenced, which is why I opened a new one. |
|
Mar 20 |
asked | wp_mail and BCC headers |
|
May 22 |
comment |
Localization For Two Different Regions/Domains with the Same Language Can you elaborate on this? |
|
May 22 |
comment |
Localization For Two Different Regions/Domains with the Same Language Yea, the SEO thing is a problem, but I can't think of a better solution. The UK needs it's own regionalized site, but has 95% of the same content. maybe someone else might have a better solution |
|
May 17 |
comment |
Localization For Two Different Regions/Domains with the Same Language Does WPML have URL routing? I went through the plugin, but it didn't seem to have any configuration options for that |
|
May 17 |
awarded | Student |