Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Mike Walsh

    (@mpwalsh8)

    I am not sure I understand your question but I will guess as to what you are asking.

    I think you are asking why the “To:” address doesn’t show all of recipients. When you select more than one recipient, the list of email addresses who receive the email are added to the BCC email header.

    Here is what a header looks like when I select four users:

    From: "Development Admin" <[email protected]>
    Return-Path: <[email protected]>
    Reply-To: "Development Admin" <[email protected]>
    X-Mailer: PHP5.3.13
    MIME-Version: 1.0
    Content-Type: text/html; charset="UTF-8"
    To: "Development Admin" <[email protected]>
    Bcc: [email protected], [email protected], [email protected], [email protected]

    There are options within the Plugin Settings to specify the From Sender name and/or email address which will affect the header (see [email protected] above).

    If you are just looking at the header in your email client, you will never see the BCC content by design. To see the header like I’ve shown above, I enabled debug which causes it to go to the PHP error log.

    Thread Starter borzoid

    (@borzoid)

    Thank you for the quick response. I can live with that – just had a recipient question it so needed to ask.

    Wolfie

    (@steveathenainsurancecom)

    Love the WordPress.
    I am testing the registration process and email confirmations. Here is What is what the email looks like to the registrant. (testing with on of my email address)

    From: WordPress[[email protected]]
    To: [email protected]

    I would like it to show

    From:ContractorInsurance.net[[email protected]]

    I am not concerned about the email showing wordpress but the from field could get the email classified as Junk form those not familiar with WordPress.

    Kind regards,

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change email headers’ is closed to new replies.