Fix chat linewrap; fix nodemailer

This commit is contained in:
calzoneman 2014-02-28 16:20:58 -06:00
parent 8c32ce4020
commit 086c2ab501
2 changed files with 2 additions and 2 deletions

View file

@ -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", {