简体   繁体   English

将所有发送到AWS子域的电子邮件转发到一个帐户

[英]Forward all emails sent to AWS subdomain to one single account

I have many email addresses, one for each user, on a subdomain like so: username@upload.mywebsite.com 我在子域中有很多电子邮件地址,每个用户一个电子邮件地址,如下所示: username@upload.mywebsite.com

I'd like to receive all of these emails into one Inbox for me to use, eg combineduploads@mywebsite.com 我希望将所有这些电子邮件接收到一个收件箱中供我使用,例如, combineduploads@mywebsite.com

I'm using AWS Workmail and Route 53. I'm not sure where to start. 我正在使用AWS Workmail和Route53。我不确定从哪里开始。 Maybe this can be done with DNS records? 也许可以通过DNS记录来完成?

This can be done using AWS SES and AWS Lambda where you can setup a SES rule to trigger a Lambda function to forward the mails received to a predefined email address. 可以使用AWS SES和AWS Lambda完成此操作,您可以在其中设置SES规则以触发Lambda函数,以将收到的邮件转发到预定义的电子邮件地址。

For more details refer Forwarding Emails to your Inbox Using Amazon SES . 有关更多详细信息,请参阅使用Amazon SES将电子邮件转发到收件箱 You can launch the CloudFormation stack to automate the majority of the configurations. 您可以启动CloudFormation堆栈以自动执行大多数配置。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM