2.0.0 • Published 7 years ago

trailpack-mandrill v2.0.0

Weekly downloads
2
License
Apache-2.0
Repository
github
Last release
7 years ago

trailpack-mandrill

NPM version Build status Dependency Status Code Climate

Trailpack for Mandrill

Send Mandrill Templates and emails as a service.

Install

$ npm install --save trailpack-mandrill

With yo:

$ yo trails:trailpack trailpack-mandrill

Configure

// config/main.js
module.exports = {
  packs: [
    // ... other trailpacks
    require('trailpack-mandrill')
  ]
}

Examples