Fix chat linewrap; fix nodemailer
This commit is contained in:
parent
8c32ce4020
commit
086c2ab501
2 changed files with 2 additions and 2 deletions
|
|
@ -606,7 +606,7 @@ function handlePasswordReset(req, res) {
|
|||
text: msg
|
||||
};
|
||||
|
||||
Config.get("nodemailer").sendMail(mail, function (err, response) {
|
||||
Config.get("mail.nodemailer").sendMail(mail, function (err, response) {
|
||||
if (err) {
|
||||
Logger.errlog.log("mail fail: " + err);
|
||||
sendJade(res, "account-passwordreset", {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue