From 2f424def204b96081bec4883bea783aac0c1f829 Mon Sep 17 00:00:00 2001 From: Michael Q Larson Date: Sun, 30 Nov 2014 00:49:55 -0800 Subject: [PATCH] update mailer names --- controllers/user.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/controllers/user.js b/controllers/user.js index 22ed95b96aa..1eacc834652 100644 --- a/controllers/user.js +++ b/controllers/user.js @@ -309,7 +309,7 @@ exports.postReset = function(req, res, next) { }); var mailOptions = { to: user.email, - from: 'hackathon@starter.com', + from: 'Team@freecodecamp.com', subject: 'Your Free Code Camp password has been changed', text: 'Hello,\n\n' + 'This email is confirming that you requested to reset your password for your Free Code Camp account. This is your email: ' + user.email + '\n' @@ -387,7 +387,7 @@ exports.postForgot = function(req, res, next) { }); var mailOptions = { to: user.email, - from: 'team@freecodecamp.com', + from: 'Team@freecodecamp.com', subject: 'Reset your Free Code Camp password', text: "You are receiving this email because you (or someone else) requested we reset your Free Code Camp account's password.\n\n" + 'Please click on the following link, or paste this into your browser to complete the process:\n\n' +