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

已提问 2 年前1560 查看次数
1 回答
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
支持工程师
已回答 2 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则