Skip to content

Commit

Permalink
support email template
Browse files Browse the repository at this point in the history
  • Loading branch information
DesertsPan committed Sep 15, 2018
1 parent 1a08b00 commit 7e5c208
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utilities/send-mail.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ exports.notice = (comment) => {

let mailOptions = {
from: '"' + process.env.SENDER_NAME + '" <' + process.env.SENDER_EMAIL + '>',
to: process.env.BLOGER_EMAIL,
to: process.env.BLOGGER_EMAIL,
subject: emailSubject,
html: emailContent
};
Expand Down

0 comments on commit 7e5c208

Please sign in to comment.