1.1.0 • Published 7 years ago

campaign-mailgun v1.1.0

Weekly downloads
4
License
-
Repository
github
Last release
7 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

7 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago