简体   繁体   中英

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

I'd like to receive all of these emails into one Inbox for me to use, eg combineduploads@mywebsite.com

I'm using AWS Workmail and Route 53. I'm not sure where to start. Maybe this can be done with DNS records?

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.

For more details refer Forwarding Emails to your Inbox Using Amazon SES . You can launch the CloudFormation stack to automate the majority of the configurations.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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