[new]邮件模板,自唤醒,通知邮件补发

dependabot/npm_and_yarn/mixin-deep-1.3.2
panjunwen 6 years ago
parent d6baa3b6f4
commit 3df22e91dd
  1. 1
      public/stylesheets/style.css
  2. 4
      utilities/send-mail.js

@ -29,7 +29,6 @@ li {
padding: 0;
}
.header{
display: flex;
-ms-flex-direction: row;

@ -34,8 +34,8 @@ exports.notice = (comment) => {
return console.log(error);
}
console.log('博主通知邮件成功发送: %s', info.response);
currentComment.set('isNotified', true);
currentComment.save();
comment.set('isNotified', true);
comment.save();
});
}

Loading…
Cancel
Save