le-email-provider-mandrill
v0.4.0
Published
Connects le-email-service to Mandrill
Downloads
3
Readme
le-email-provider-mandrill
Connects le-email-service to Mandrill
Installation
npm install le-email-provider-mandrill
Usage
var mandrillAPIKey = /* your api key */
var EmailProvider = require('le-email-provider-mandrill');
var provider = new EmailProvider(mandrillAPIKey);
Tests
npm test
to run unit tests oncegulp tdd
to run unit and e2e tests when tests changegulp coverage
to run unit tests and create a code coverage report
Contributing
Please follow the project's conventions or your changes will not be accepted
Release History
- 0.1.0 Initial release