Mandril wrapper with some sugar to make integration simpler
npm install mandrill-sugared
A simplified Mandrill wrapper for ease of use and hooking into known locations
in the workflow for logging.
- sendEmail
- sendEmailTemplate
whitelist Whitelisted emails requires any emails to be of one of these patterns[ 'test@example.com', /^.*@example.com$/ ]blacklist Blacklisted emails - black overrides white or filters out base[ 'badEmail@example.com', /^.*@badDomain.com$/ ]hooks Loggin hookssendEmailBlockedsendEmailCompletedsendEmailFailedsendTemplateBlockedsendTemplateCompletedsendTemplateFailed