Bounce email goes into X-Sender: bounce@email.com

ipolic

Member
Hi there, I have problem and I hope solution is simple.

I added bounce server and now I see it in x-sender, from what I understand it should be added to return-path and maybe some other places. x-sender should be FROM email from what I understand.

Can you please help me out how to have normal, good headers as they should be with bounce@domain.com in normal position/tag ?

Thank you!
 
If someone has issue like this, solution is VERY simple, just replace phpmailer with swiftmailer in backend/settings/common/Default system mailer *
 
If someone has issue like this, solution is VERY simple, just replace phpmailer with swiftmailer in backend/settings/common/Default system mailer *
Ideally you have FROM = ReplyTo = ReturnPath, since receiving servers decide anyway mostly as they wish these days, and filters don't like it to be multiple addresses (and are likely to flag it/sort it out). Good old-fashioned consistency inboxes best ;)

PS: Forgot to add: PhpMailer is about 2.6x faster than SwiftMailer from my tests.
 
Back
Top