2 Answers
- Newest
- Most votes
- Most comments
0
Email forwarding cannot be set up using the standard SES functionality alone.
So we will use Lambda and others as described in the following document.
https://aws.amazon.com/jp/blogs/messaging-and-targeting/forward-incoming-email-to-an-external-destination/
0
Also, would I be able to reply to the sender or to who?
This can be setup in your client, for example Gmail. Setup an SMTP IAM User and use those credentials.
The recommendation URL (https://aws.amazon.com/jp/blogs/messaging-and-targeting/forward-incoming-email-to-an-external-destination/) isn't working for me. Does anyone have an updated set of directions?
answered 10 months ago
Relevant content
- asked a year ago
- asked 10 months ago
- asked 9 months ago
- AWS OFFICIALUpdated 8 months ago
- AWS OFFICIALUpdated 4 months ago
- AWS OFFICIALUpdated 3 months ago

Would I be able to forward emails to multiple emails? i.e. from 'email@mydomain.com' to 'email@exmaple.com' and from 'email2@mydomain.com' to 'email2@exmple.com, email3@exmple.com' ..etc. Also, would I be able to reply to the sender or to who?
Probably possible. I think it is possible by creating two incoming rules, one for "email@mydomain.com" and the other for "email2@mydomain.com".