Skip to content

castle-dev/le-email-provider-mandrill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 once
  • gulp tdd to run unit and e2e tests when tests change
  • gulp 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

About

An implementation of le-email-service using Mandrill

Resources

License

Stars

Watchers

Forks

Packages

No packages published