Events Made Easy Forums Generic BCC a address to all outgoing emails

Viewing 20 posts - 1 through 20 (of 20 total)
  • Author
    Posts
  • #53481
    Anonymous
    Inactive

    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
    JK

    #53484
    Franky
    Keymaster

    Moving to feature requests

    #53581
    Anonymous
    Inactive

    Thank you Franky,

    do you have already an idea if the feature is feasible?

    Cheers
    JK

    #53582
    Franky
    Keymaster
    #53583
    Anonymous
    Inactive

    🙂 Thanks!

    #53623
    Anonymous
    Inactive

    Hi 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
    JK

    #53625
    Franky
    Keymaster

    Moving to bug reports … I’lll check later this evening

    #53626
    Franky
    Keymaster

    Just tested it: works fine using smtp …

    #53627
    Anonymous
    Inactive

    Strange … I’m using also SMTP and the regular emails are send, but not the BCC’s

    #53629
    Anonymous
    Inactive

    Also when I change the payment to be paid, no notification is send out the the reservation has been updated.

    #53630
    Franky
    Keymaster

    Then 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.

    #53631
    Anonymous
    Inactive

    Ok, 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?

    #53636
    Anonymous
    Inactive

    Of 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.

    #53646
    Franky
    Keymaster

    I 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).

    #53648
    Anonymous
    Inactive

    I 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?

    #53650
    Franky
    Keymaster

    Change 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).

    #53652
    Anonymous
    Inactive

    Ok – 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.

    #53654
    Franky
    Keymaster

    I guess it should. If not, check the wordpress option database table and dearch for eme_bcc_(something)

    #53659
    Anonymous
    Inactive

    Hi 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!

    #53660
    Franky
    Keymaster

    No prob

Viewing 20 posts - 1 through 20 (of 20 total)
  • The forum ‘Generic’ is closed to new topics and replies.
Scroll to Top