I'm getting the error TypeError: Cannot call method 'send' of undefined when I try to use this plugin. Github isn't letting me upload the zip, so attached is the one JS file needed to repro the error.
I added Mandrill.config({...}) and process.env.MAIL_URL to the Meteor.startup({...}) block which broke it. Moving those two outside that block got it working.
I'm getting the error
TypeError: Cannot call method 'send' of undefined
when I try to use this plugin. Github isn't letting me upload the zip, so attached is the one JS file needed to repro the error.To repro:
meteor update
meteor add email
meteor add wylio:meteor-mandrill
meteor