update the nonprofit contact form for new address
This commit is contained in:
@ -42,7 +42,7 @@ exports.postContact = function(req, res) {
|
|||||||
var from = req.body.email;
|
var from = req.body.email;
|
||||||
var name = req.body.name;
|
var name = req.body.name;
|
||||||
var body = req.body.message;
|
var body = req.body.message;
|
||||||
var to = 'michaelqlarson@gmail.com';
|
var to = 'team@freecodecamp.com';
|
||||||
var subject = "CodeNonprofit Project Idea from " + name;
|
var subject = "CodeNonprofit Project Idea from " + name;
|
||||||
|
|
||||||
var mailOptions = {
|
var mailOptions = {
|
||||||
|
Reference in New Issue
Block a user