Skip to content

sudarsan15/aws-ses-functions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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