Skip to content

Commit

Permalink
增加博主邮箱
Browse files Browse the repository at this point in the history
  • Loading branch information
狂放 authored Jun 16, 2018
1 parent 62680a6 commit 767e08b
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 @@ -23,7 +23,7 @@ exports.notice = (comment) => {

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

0 comments on commit 767e08b

Please sign in to comment.