Events Made Easy › Forums › Generic › BCC a address to all outgoing emails
- This topic has 19 replies, 2 voices, and was last updated 9 years, 8 months ago by Franky.
-
AuthorPosts
-
Mon 16 Feb 2015 at 09:06 #53481AnonymousInactive
Hi Franky,
I like to set a BCC email address to all outgoing emails, is this somehow feasible already or will this need a feature request?
Many thanks!
Cheers
JKMon 16 Feb 2015 at 12:52 #53484FrankyKeymasterMoving to feature requests
Tue 24 Feb 2015 at 07:26 #53581AnonymousInactiveThank you Franky,
do you have already an idea if the feature is feasible?
Cheers
JKTue 24 Feb 2015 at 14:04 #53582FrankyKeymasterTue 24 Feb 2015 at 14:05 #53583AnonymousInactive🙂 Thanks!
Thu 5 Mar 2015 at 19:31 #53623AnonymousInactiveHi Franky,
it seems that the new feature is not working for me!?
I don’t get copies of the mails that are send out!?
Cheers
JKThu 5 Mar 2015 at 19:38 #53625FrankyKeymasterMoving to bug reports … I’lll check later this evening
Thu 5 Mar 2015 at 20:12 #53626FrankyKeymasterJust tested it: works fine using smtp …
Thu 5 Mar 2015 at 20:18 #53627AnonymousInactiveStrange … I’m using also SMTP and the regular emails are send, but not the BCC’s
Thu 5 Mar 2015 at 20:23 #53629AnonymousInactiveAlso when I change the payment to be paid, no notification is send out the the reservation has been updated.
Thu 5 Mar 2015 at 20:26 #53630FrankyKeymasterThen I would advise you to check the logfiles on the mail server for hints …
Concerning setting an event to paid: that is logical and will stay that way (there’s no separate email form to inform somebody that the paid status has been set, and most of the people know this…). Feel free to create a feature request for this.Thu 5 Mar 2015 at 20:32 #53631AnonymousInactiveOk, if it is the way that no notification is send out after I change the payment status to paid, I can live with that, I was in doubt that until the status is not paid, only the information is send out that the booking was received and when changed to paid the confirmation would be send out, no problem but good to know so I change my workflow.
In regards to the BCC I checked debugging option and I can only see that there is a message send to the booker and admin but not to the BCC!? Is this correct?
Thu 5 Mar 2015 at 21:40 #53636AnonymousInactiveOf course I know that when I receive an Email that there is no information about the recipient (that is why it is called BCC) unfortunately I do not have access to any log files that would reflect the SMTP activity.
Thu 5 Mar 2015 at 23:56 #53646FrankyKeymasterI just tested again: works fine. Are you sure you’re running on the latest version? The bcc should only contain an email address, not name+email. Maybe that’s the problem?
Edit: the next version will have “type=email” for the email address in the options, so you won’t be able to make that mistake again (with a reasonable modern browser).Fri 6 Mar 2015 at 09:16 #53648AnonymousInactiveI tested several email-addresses and on my production and test environment both do not work. Yep the latest version is installed as there is no message that there is a new version available!? Any idea on how to troubleshoot this without logs?
Sat 7 Mar 2015 at 16:52 #53650FrankyKeymasterChange in phpmailer/eme_phpmailer.php the lines:
if (get_option('eme_smtp_debug')) $mail->SMTPDebug = true;
to
if (get_option('eme_smtp_debug')) $mail->SMTPDebug = 2;
and try again with smtp debugging activated (I’ve changed that in the trunk version too: the smtpdebug=2 means to show all commands and data).
Sat 7 Mar 2015 at 17:59 #53652AnonymousInactiveOk – I did that! Now should the debug output show that the BCC Email address is used?
If so the debug out put is not showing or having any signs of the BCC.Sat 7 Mar 2015 at 19:12 #53654FrankyKeymasterI guess it should. If not, check the wordpress option database table and dearch for eme_bcc_(something)
Sat 7 Mar 2015 at 19:21 #53659AnonymousInactiveHi Franky, no it does not show up, but I have just encountered the following, the BCC emails are send out, I registered a new email address at a third party vendor that I’m not pulling via IMAP or POP3. I used that new email address at the BCC section and the mail was send out to this email address. So I went to my Apple Mail App on my Mac and found out the following: “dupe” or “identical” emails are marked read simultaneously and listed as “one” email instead of separate emails. I just found out as I was deleting an email and found the same email again in another mail account and had to delete it a second time. So my honest apologies!
Sat 7 Mar 2015 at 21:22 #53660FrankyKeymasterNo prob
-
AuthorPosts
- The forum ‘Generic’ is closed to new topics and replies.