Redirecting EMails with Amazon SES Service

David Graf picture David Graf · Nov 27, 2013 · Viewed 16.4k times · Source

I am searching a way to redirect email which are sent to a domain whose DNS is Amazon's Route 53 service. E.g. I would like to redirect the email [email protected] to [email protected]. And [email protected] to [email protected]. Is this possible to do with Amazon's Simple EMail Services (SES)? Is there another way to do with with AWS services (except setting up an email server on EC2)?

Answer

Bobík picture Bobík · Feb 8, 2016

SES is not able to redirect messages by itself, but can call Lambda function and it can redirect message.

There is ready to use Lambda function: https://github.com/arithmetric/aws-lambda-ses-forwarder