AWS:如何管理电子邮件

AWS: how to manage email

我在 Godaddy 上有域名。我会将此域的 DNS 从 Godaddy 迁移到 AWS。然而,AWS 似乎不是使用电子邮件的最佳服务(像在 gmail 中一样发送和接收消息)。

我将使用 2 个电子邮件地址:support@example.com 和 contact@example.com。我将使用其中之一从 AWS 上的应用程序发送通知。第二个,我想像典型的电子邮件一样使用日常个人职责。

你可以推荐我什么解决方案?

迁移到其他服务后在 AWS 路由 53 上设置我的记录?

您可以使用 AWS Simple Email Service (SES) 从使用 AWS SDK 的应用程序以编程方式发送通知。

Receiving email with SES is also supported, and you can use it to trigger other AWS services, such as Lambda or SNS. In addition, SES can forward received messages to Amazon WorkMail 这是您正在寻找的电子邮件客户端。

如果您不想向 Amazon WorkMail 付费,因为它会花费更多,您可以使用 aws s3 来接收您的日常邮件。

https://aws.amazon.com/blogs/ses/receiving-email-with-amazon-ses/