0.4.0 • Published 9 years ago

mandrill-sugared v0.4.0

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

Mandrill Sugared

Build Status

A simplified Mandrill wrapper for ease of use and hooking into known locations in the workflow for logging.

Example

API

Construction

Options

  • whitelist Whitelisted emails requires any emails to be of one of these patterns
    • Ex: [ 'test@example.com', /^.*@example.com$/ ]
  • blacklist Blacklisted emails - black overrides white or filters out base
    • Ex: [ 'badEmail@example.com', /^.*@badDomain.com$/ ]
  • hooks Loggin hooks
    • sendEmailBlocked
    • sendEmailCompleted
    • sendEmailFailed
    • sendTemplateBlocked
    • sendTemplateCompleted
    • sendTemplateFailed
0.4.0

9 years ago

0.3.1

9 years ago

0.3.0

9 years ago

0.2.1

9 years ago

0.2.0

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago