Skip to content

deepakshrma/BulkMail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BulkMail

Send bulk mail using nodemailer and async module

NodeJS and MongooseJs module for for demonstrating basic nodemailer js using async module, to send bulk mail in parallel.

Requirement

Prerequisite, nodejs, npm.

Installation

I have use async and nodemailer module for sending mail in parallel. For that you have to get async and nodemailer module using npm.

$ npm install 

now simply test the application you have simple change the cridentials in the test.js and run the application that you have already downloaded ie. test.js using node

$ node test.js 

Output

[ { accepted: 
     [ '[email protected]',
       '[email protected]' ],
    rejected: [],
    response: '250 2.0.0 OK 1449482258 d6sm33360654pfj.82 - gsmtp',
    envelope: { from: '[email protected]', to: [Object] },
    messageId: '[email protected]' } ]

About

Send bulk mail using nodemailer and async module

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published