Can I configure the return-path in AWS SES

0

My DMARC tool (easyDMARC) says that our sending domain is different from the return-path domain (amazonses): "SPF failed since From domain XYZ.COM does not align with Return-Path domain eu-central-1.amazonses.com." This seems to be regarded bad for deliveriability. Can this issue be resolved? Thank you. Klaus

asked 2 years ago1537 views
1 Answer
0

Hello,

In order to verify and pass SPF, you need to setup Custom Mail from for the same verified domain. When an email is sent, it has two addresses that indicate its source: a From address that's displayed to the message recipient, and a MAIL FROM address that indicates where the message originated. The MAIL FROM address is sometimes called the envelope sender, envelope from, bounce address, or Return Path address. Mail servers use the MAIL FROM address to return bounce messages and other error notifications. The MAIL FROM address is usually only viewable by recipients if they view the source code for the message.

https://docs.aws.amazon.com/ses/latest/dg/mail-from.html

For SPF record, please confirm that you add as shown in example below:

"v=spf1 include:amazonses.com ~all" "v=spf1 include:example.com include:amazonses.com ~all"

https://docs.aws.amazon.com/ses/latest/dg/send-email-authentication-spf.html

Let me know if you have any questions.

AWS
SUPPORT ENGINEER
answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions