Skip to content

Commit

Permalink
Parse HTML in email message
Browse files Browse the repository at this point in the history
  • Loading branch information
kostia-official committed Dec 23, 2016
1 parent c2d7615 commit 941590c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers/email.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const send = ({ email, to, cc, bcc, subject, message, template, vars }) => new P
}

return mandrillClient.messages.send({
message: { ...mandrillMessage, text: message },
message: { ...mandrillMessage, html: message },
async: false
}, res => {
debug('sent', res);
Expand Down

0 comments on commit 941590c

Please sign in to comment.