From b63b0af13f24f25ac595e4cf323f238022edbc10 Mon Sep 17 00:00:00 2001 From: Michael Q Larson Date: Thu, 20 Nov 2014 09:54:17 -0800 Subject: [PATCH] update the nonprofit contact form for new address --- controllers/contact.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/contact.js b/controllers/contact.js index 4ff8ef9c9d..a2f8b73ca7 100644 --- a/controllers/contact.js +++ b/controllers/contact.js @@ -42,7 +42,7 @@ exports.postContact = function(req, res) { var from = req.body.email; var name = req.body.name; var body = req.body.message; - var to = 'michaelqlarson@gmail.com'; + var to = 'team@freecodecamp.com'; var subject = "CodeNonprofit Project Idea from " + name; var mailOptions = {