AWS SES functionalities using NodeJS
This will help you to perform various functionalities using AWS SES
- AWS Account
- Create IAM User via IAM console with policy supporting SES
- Generate the 'AccessKey' and 'AccessSecretKey'
- Clone the repository
- Move to cloned directory and install all dependencies
npm install
- Edit '.env' file and replace dummy credential with your credentials
- Now start your server
npm start
US East (N. Virginia),US West (Oregon),EU (Ireland) are only regions that supports SES at time of creating of this application