Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 545 Bytes

README.md

File metadata and controls

14 lines (7 loc) · 545 Bytes

nodejs-ses-mailer-csv

  1. Clone the project by running this command in your project folder

    https://github.com/viithiisys/nodejs-ses-mailer-csv.git

  2. Run : npm install

  3. Run the project: node app.js

Description:-

::This project aims at sending mails to multiple people with just a few lines of code. We have integrated amazon ses with our project. We have also added EJS(embedded javascript template) for designing of the e-mail. In this project the data is fetched from a text-csv file in which email reciever's data is predescribed.