You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
this code is not even sending the email
The text was updated successfully, but these errors were encountered: