NodeJS and MongooseJs module for for demonstrating basic nodemailer js using async module, to send bulk mail in parallel.
Prerequisite, nodejs, npm.
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
[ { 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]' } ]