Wylio / meteor-mandrill

Meteor package for sending email via Mandrill
https://atmospherejs.com/wylio/mandrill
32 stars 8 forks source link

Change to Accounts.emailTemplates code in Readme #11

Closed travisirby closed 9 years ago

travisirby commented 9 years ago

Thanks for all the work on this package. I'm using it and it is working great.

At the end of the Accounts.emailTemplates code in the readme I had to change:

return result.html;

to

return result.data.html;

Thought it might help out newcomers!

dandv commented 9 years ago

Good catch. Thanks!