我可以使用 aws ses 从我拥有的域的任何别名发送电子邮件吗?

can i send email from any alias of domain i own with aws ses?

我对发送电子邮件感到很困惑我正在使用 AWS-SES 发送电子邮件并且我已经验证了自定义域我的问题是我可以从该特定域的任何别名发送电子邮件例如:- newalias@domain-i-own.com 但没有电子邮件 ID 实际存在

是的。根据 AWS 文档 here:

When you verify an entire domain, you are verifying all email addresses from that domain, so you don't need to verify email addresses from that domain individually. For example, if you verify the domain example.com, you can send email from user1@example.com, user2@example.com, or any other user atexample.com.

这基本上意味着,一旦您验证了您的域,SES 将接受并将别名 @example.com 作为发件人地址; SES 不知道该别名是否实际存在,实际上您可能拥有别名在技术上不存在的所有内容,因此只要您验证了域,它就允许您将任何地址指定为发件人地址。