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

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년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠