Meteor Js : How to do to send e-mail with a Mandrill account ?

First add the package :  meteor add wylio:mandrill https://atmospherejs.com/wylio/mandrill When the application startup you need do this : Meteor.startup(function() { … More