1.0.1 • Published 8 years ago

campaign-mandrill v1.0.1

Weekly downloads
3
License
-
Repository
github
Last release
8 years ago

campaign-mandrill

Mandrill email provider for Campaign

install

npm i campaign-mandrill -S

usage

using campaign.

var campaign = require('campaign');
var mandrill = require('campaign-mandrill');
var client = campaign({
  provider: mandrill({
    apiKey: 'YOUR_API_KEY',
    debug: false
  })
});
client.send(...) // as usual

mandrill(options)

minimal configuration is involved.

options.apiKey

the API key from mandrill. alternatively, you can set process.env.MANDRILL_APIKEY.

options.debug

turn on internal debugging for mandrill-api module

license

mit

1.0.1

8 years ago

1.0.0

8 years ago