1.1.0 • Published 9 years ago

campaign-mailgun v1.1.0

Weekly downloads
4
License
-
Repository
github
Last release
9 years ago

campaign-mailgun

Mailgun email provider for Campaign

install

npm i campaign-mailgun -S

usage

using campaign.

var campaign = require('campaign');
var mailgun = require('campaign-mailgun');
var client = campaign({
  provider: mailgun({
    apiKey: 'YOUR_API_KEY',
    authority: 'https://example.com'
  })
});
client.send(...) // as usual

mailgun(options)

minimal configuration is involved.

options.apiKey

the API key from Mailgun.

options.authority

your domain's origin for relative links. can also be provided on client.send calls.

license

mit

1.1.0

9 years ago

1.0.7

10 years ago

1.0.6

10 years ago

1.0.5

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago