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 Resposta
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
ENGENHEIRO DE SUPORTE
respondido há 2 anos

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas