Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 647 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 647 Bytes

aws-ses-functions

AWS SES functionalities using NodeJS

This will help you to perform various functionalities using AWS SES

Prerequisite

  1. AWS Account
  2. Create IAM User via IAM console with policy supporting SES
  3. Generate the 'AccessKey' and 'AccessSecretKey'

Installation

  1. Clone the repository
  2. Move to cloned directory and install all dependencies
npm install 
  1. Edit '.env' file and replace dummy credential with your credentials
  2. Now start your server
npm start 

Note

US East (N. Virginia),US West (Oregon),EU (Ireland) are only regions that supports SES at time of creating of this application