proxy-generics-mandrill

0.0.3 • Public • Published

proxy-generics-mandrill

NPM version Build status Dependency Status Code Climate

Proxy Generic Email Provider for Mandrillapp.com.

Install

$ npm install --save proxy-generics-mandrill

Configure

// config/proxyGenerics.js
module.exports = {
  // make the key mandrill, alternatively make the key email_provider to be the default email provider
  mandrill: {
      adapter: require('proxy-generic-mandrill'),
      options: {
          // Mandrill API key
          key: process.env.MANDRILL_APIKEY,
          // Host name for sending eg. cal-style.com
          host: process.env.MANDRILL_HOST,
          // Protocol for sending eg. https or http
          protocol: process.env.MANDRILL_PROTOCOL,
          // The ReplyTo field in Mandrill templates
          reply_to: process.env.MANDRILL_REPLY_TO
      }
  }
}

Package Sidebar

Install

npm i proxy-generics-mandrill

Weekly Downloads

1

Version

0.0.3

License

MIT

Last publish

Collaborators

  • scottbwyatt
  • gpazo