Skip to content

Read email addresses from excel file and send email with amazon's SES service

Notifications You must be signed in to change notification settings

darpanpathak/aws-ses-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aws-ses-example

Read email addresses from excel file and send email with amazon's SES service

STEP TO RUN

  • Clone this project using git or download a zip file
  • Update server.js file with your aws access key and secret
  • Run npm install to install the dependencies
  • Run node server.js to start the server

Note

Please note that once you start the server, it will automatically pick the email addresses from the excel file and send html email using newsletter.txt file.

Releases

No releases published

Packages

No packages published