leotsem / SESEmailForward

Amazon SES Email Forward to Your Inbox

Home Page:https://medium.com/@ashan256/forwarding-emails-to-your-inbox-using-amazon-ses-2d261d60e417

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SESEmailForward

Amazon SES Email Forward to Your Inbox

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
  • 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.

Since AWS SES doesn't support CloudFormation at the moment, you need to create an email receiving rule from Amazon Web Console SES section and forward the email to the provisioned SNS topic (Need just to select the topic with UTF encoding).

About

Amazon SES Email Forward to Your Inbox

https://medium.com/@ashan256/forwarding-emails-to-your-inbox-using-amazon-ses-2d261d60e417

License:MIT License


Languages

Language:JavaScript 100.0%