• Resolved Stuart Roe

    (@5sidecube)


    Setting multiple Additional Headers incorrectly sets a single header.

    In the I have configured 2 Additional Headers, over 2 lines, as per:

    X-SES-CONFIGURATION-SET: ConfigSet
    X-SES-MESSAGE-TAGS: org=website

    When this hits the mail server, the transaction log shows the headers as a single line:

    ….
    X-Mailer: Postman SMTP 2.1.10 for WordPress (https://wordpress.org/plugins/post-smtp/)
    MIME-Version: 1.0
    X-SES-CONFIGURATION-SET: ConfigSet X-SES-MESSAGE-TAGS: org=website
    Content-Type: multipart/alternative;
    boundary=”=_476bed7fc3bbfe9ad073d15402ad71fb”
    ….

    I expected this to be:

    ….
    X-Mailer: Postman SMTP 2.1.10 for WordPress (https://wordpress.org/plugins/post-smtp/)
    MIME-Version: 1.0
    X-SES-CONFIGURATION-SET: ConfigSet
    X-SES-MESSAGE-TAGS: org=website
    Content-Type: multipart/alternative;
    boundary=”=_476bed7fc3bbfe9ad073d15402ad71fb”`
    ….

    Any ideas what needs to be entered into the Additional Headers, Custom Headers box to get 2 headers?

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Multiple Additional Headers don’t work as expected’ is closed to new replies.