Amazon SES:找不到电子邮件地址
Amazon SES: email address cannot be found
我正在尝试通过 Amazon SES 发送电子邮件。
我有 mydomain.com
的 MX
记录,如下所示:
$ dig mx mydomain.com +noall +answer +nocomments
; <<>> DiG 9.10.3-P4-Ubuntu <<>> mx mydomain.com +noall +answer +nocomments
;; global options: +cmd
mydomain.com. 2719 IN MX 10 inbound-smtp.eu-west-1.amazonaws.com.
但是,当发送到例如someone@mydomain.com
,我得到:
The email address you entered couldn't be found. Please check the recipient's email address and try to resend the message. If the problem continues, please contact your helpdesk.
我还有一个 mydomain.com
的托管区域
我应该如何解决这个问题?
您是否将 SES 配置为接收电子邮件?您要让 SES 将收到的电子邮件发送到哪里?
本文档将帮助您了解通过 SES 接收电子邮件:
我正在尝试通过 Amazon SES 发送电子邮件。
我有 mydomain.com
的 MX
记录,如下所示:
$ dig mx mydomain.com +noall +answer +nocomments
; <<>> DiG 9.10.3-P4-Ubuntu <<>> mx mydomain.com +noall +answer +nocomments
;; global options: +cmd
mydomain.com. 2719 IN MX 10 inbound-smtp.eu-west-1.amazonaws.com.
但是,当发送到例如someone@mydomain.com
,我得到:
The email address you entered couldn't be found. Please check the recipient's email address and try to resend the message. If the problem continues, please contact your helpdesk.
我还有一个 mydomain.com
我应该如何解决这个问题?
您是否将 SES 配置为接收电子邮件?您要让 SES 将收到的电子邮件发送到哪里?
本文档将帮助您了解通过 SES 接收电子邮件: