update the nonprofit contact form for new address

This commit is contained in:
Michael Q Larson
2014-11-20 09:54:17 -08:00
parent bf27d68727
commit b63b0af13f

View File

@ -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 = {