用于 DKIM 配置的 AWS SES 身份 "pending verification"

AWS SES Identity "pending verification" for DKIM config

全新的 AWS 和简单电子邮件服务 (SES),并且有一个应用程序需要使用 SES 生成一些电子邮件。我想要做的就是进行设置,以便我的应用程序的服务用户(称为 myapp-dev)具有访问和密钥,这些密钥有权使用 SES API 生成电子邮件。此外,我需要从 either no-reply@myapp.example.com 发送这些 SES 生成的电子邮件,这是 不是 一个有效的电子邮件地址,以及 hello@myapp.example.com 其中 有效的电子邮件地址。这是因为某些 SES 电子邮件将 alerts/notifications 最终用户不应回复,而其他电子邮件将是他们很可能 want/need 回复的电子邮件。

我已经创建了一个具有 AmazonSESFullAccess 权限的 myapp-dev 用户。

不知道更好,然后我去了 SES 仪表板并单击 管理身份 并开始创建一个新的“SES 身份” . 我不确定我是否需要这样做(考虑到我的需要)或者我的 myapp-dev 用户是否准备好按原样使用 SES API。 添加这个新的 SES 身份,它要求我输入我的域并为我提供了为该域生成 DKIM 配置的选项。我快速阅读了 DKIM,它 听起来 像是一种验证电子邮件确实来自我的域的方法,所以它听起来像是我想要利用的东西。所以我生成了 DKIM 配置,现在 SES 说我的新身份的状态为“待验证”。

提前感谢您的所有澄清!

您需要等待dns验证,可能需要一段时间。

您还需要考虑沙盒并开票搬出。 https://docs.aws.amazon.com/ses/latest/DeveloperGuide/request-production-access.html

To help protect our customers from fraud and abuse and to help you establish your trustworthiness to ISPs and email recipients, we do not immediately grant unlimited Amazon SES usage to new users. New users are initially placed in the Amazon SES sandbox. In the sandbox, you have full access to all Amazon SES email-sending methods and features so that you can test and evaluate the service; however, the following restrictions are in effect:

You can only send mail to the Amazon SES mailbox simulator and to verified email addresses and domains.

You can only send mail from verified email addresses and domains.

You can send a maximum of 200 messages per 24-hour period.

Amazon SES can accept a maximum of one message from your account per second.

在此主题中找到替代答案:

https://forums.aws.amazon.com/thread.jspa?threadID=125362

Here's what might have happened: Some domain name providers will automatically add example.com on to the end of the name/host field. So if you enter _xx.example.com, they'll "silently" change it to _xx.example.com.example.com

This is currently the case with namecheap, as I've painfully learned.....

原来这是我的问题。请务必仔细检查!

我建议单击 "download records as .csv" 并使用它来驱动您的域记录创建,因为 SES 仪表板中的 UI 既混乱又不完整。 DKIM 需要 3 个 CNAME 记录,但只有两个在屏幕上可见,除非您采取违反直觉的操作滚动 table 以显示第 3 个项目。此外,所需的 TXT 记录根本不会显示在 UI 中,而只会显示在 .csv 文件中。