Email by Bowery
Email by Bowery is a really easy to use layer around popular mail services.
Installation
$ npm install e-mail
Usage
var email = service: 'amazonses' access_key: '' secret_key: '' emailsend body'/path/to/template.hjs' '/path/to/style.css' name: 'Customer'
Templates
Email by Bowery currently supports Hogan.js for templating and CSS for styling.
Mail Services
At the moment Amazon's SES is the only supported service.