2 Respuestas
- Más nuevo
- Más votos
- Más comentarios
0
Hello, do you still need help?
If I understand you right, you need to do the following:
- Set up MX-Record, see ( https://docs.aws.amazon.com/ses/latest/dg/receiving-email-mx-record.html). It's basically a dns-record telling mailservers where to send mail to for the targetdomain.
- Set up SPF-Record, see( https://docs.aws.amazon.com/ses/latest/dg/send-email-authentication-spf.html). It's basically a dns-txt-record, for wich the targetmailserver can check, if the sender is actually allowed to send mails for the senderdomain. So if the ip or hostname of the sending/source mailserver is not included in the spf/txt-record, your mail could get rejected.
- Set up DKIM, see (https://docs.aws.amazon.com/ses/latest/dg/send-email-authentication-dkim.html)
respondido hace 3 años
Contenido relevante
- preguntada hace 6 meses
- preguntada hace 2 meses
- preguntada hace un mes
- preguntada hace un mes
- OFICIAL DE AWSActualizada hace 3 meses