Skip to content

alikian/SESEmailForward

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SESEmailForward

Amazon SES Email Forward to Your Inbox

picture

Deploy Stack

Usage Guide

You can deploy the CloudFormation stack which will provision the following AWS Services

  • SNS Topic to forward, received emails from SES
  • RuleSet and Rule to forward Recipient to SNS topic
  • IAM Role to invoke Lambda function from SNS
  • Lambda function with NodeJS code to forward the emails to a defined from and to address
  • IAM Role allowing Lambda to forward emails.

You need to active RuleSet in SES

Tips

  • Make sure sender and forwarder emails are verified in SES
  • Make sure Recipient email or domain is verified
  • Make sure you have MX record in hosted zone like: 10 inbound-smtp.us-west-2.amazonaws.com

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%