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