timmyg / meteor-mandrill

Meteor package for sending email via Mandrill
18 stars 19 forks source link

from_name is not working #24

Closed sasikanth513 closed 5 years ago

sasikanth513 commented 9 years ago
var email = {
        from_name: senderName,
        from_email: from, 
        to: to, 
        subject: subject, 
        text: text,
        html: html
    }
    console.log(senderName);
     Meteor.Mandrill.send(email);

this code is not even sending the email

dandv commented 9 years ago

Please use https://atmospherejs.com/wylio/mandrill instead. See #29.