amazon-web-services - 使用Amazon SES服务重定向电子邮件

标签 amazon-web-services amazon-ses amazon-route53

我正在寻找一种重定向电子邮件的方法,该电子邮件发送到DNS是Amazon的Route 53服务的域。例如。我想将电子邮件me@example.com重定向到myname@gmail.com。还有second@example.com到what@live.com。这与亚马逊的简单电子邮件服务(SES)有关吗?还有其他与AWS服务有关的方法(在EC2上设置电子邮件服务器除外)吗?

最佳答案

SES本身不能重定向消息,但是可以调用Lambda函数,并且可以重定向消息。

准备使用Lambda函数:https://github.com/arithmetric/aws-lambda-ses-forwarder

关于amazon-web-services - 使用Amazon SES服务重定向电子邮件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20250747/

相关文章:

amazon-web-services - 如何通过API跟踪在亚马逊SES中打开电子邮件的次数?

python - boto3 Route53 提示无法连接到端点 URL :

amazon-web-services - 将 AWS Route 53 DNS 记录静态链接到 EC2 实例

node.js - S3 与 public 上传文件

amazon-web-services - 如何将 DBT 与 AWS Managed Airflow 结合使用?

python-3.x - 使用 boto3 将大量数据加载到 Dynamodb 非常慢

amazon-web-services - 同一域上的 CloudFront 和 API Gateway 服务

amazon-web-services - AWS Lambda - 使用 .NET Core 构建无服务器 API

email - 用于从 Amazon S3 存储桶读取电子邮件的 Web 客户端

ajax - 通过 AWS SES 发送电子邮件批处理,有什么想法吗?