/mailer

Sandbox commandline mailer

Primary LanguageJavaScript

Mailer

A sandbox command-line tool to send a templated e-mail using mandrill, jade, and commander.

Usage

  1. Download / clone
  2. cd mailer
  3. npm install
  4. change from_name and from_email in lib/send.js
  5. export MANDRILL_API_KEY=<API KEY> (Add Mandrill API Key to your environment variables)
  6. ./bin/mailer friend@example.com 'Sent with Mandrill!' 'Just sending you a quick message to say thanks :)'

License

ISC