2개 답변
- 최신
- 최다 투표
- 가장 많은 댓글
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)
답변함 3년 전