Releases: Wylio/meteor-mandrill
Releases · Wylio/meteor-mandrill
Implement the full API. Rewrite from scratch.
This release is a complete rewrite and implements the full Mandrill API.
Breaking changes:
- guide on how to use Mandrill with Meteor's default Accounts.emailTemplates
- no longer catches errors to the console for you, so you can now implement custom fallbacks
- no more lazy
.sendTemplate
call. Use the properMandrill.messages.sendTemplate
.