Email - pcimino/nodejs-restify-mongodb GitHub Wiki
nodemailer ""
swig-email-templates##
I like this templating package, but adds some complexity to the whole project. So I thought I'd hold off integrating templates until I'm ready to move thsi project from demo stage to app server boilerplate.
Mail Preview
The Mail Preview module is turned on/off with a flag in the config.js
This outputs the email in a file, and automatically opens the email in a web browser.
Also using this to save failed emails to a log folder.
Node Mailer
This module must be configured to actually send out the mails. The feature is turned off in the config.js, but a sample setup is included.
Next: Web Socket Configuration
Return Home