I am using Amazon SES and no matter what I do it overrides the Return-Path from the mail header.
I set the Return-Path with the from email address but instead I receive something like this: 0000013c68a254c5-b4c65e38-b391-43ea-93b7-658a6e977e49-000000@amazonses.com
. I guess the reason is to catch the bounce emails.
However, my main issue is that I'm getting some auto-reply emails from the MAILER-DAEMON@amazonses.com
instead of being answered to the Reply-To or the From email address.
So my question is:
- Is it possible to override Return-Path email address?
- How can I avoid the
MAILER-DAMEON@amazonses.com
emails?