sanmailer
nodemailer and email simple adapter
Settings
$ npm install sanmailer
If you have Sendmail installed you don't need settings
var mailer = ;
With host settings:
var mailerConf = host: 'some.valid.host.com' port: 587 debug: false auth: user: 'username' pass: 'password' ;...var mailer = hostmailerConf;
Use
You have two methods
sendMail
mailer;
checkMail
ifmailer //do stuf