diff --git a/app/js/ajax-utilities.js b/app/js/ajax-utilities.js index 691c4ec20..75c704c56 100644 --- a/app/js/ajax-utilities.js +++ b/app/js/ajax-utilities.js @@ -128,8 +128,8 @@ exports.sendEmail = function(req, res){ var attachment = fileContent == "no-data" ? false : true; let mailOptions = { // should be replaced with real recipient's account - //to: 'replyto.lcsb.gitlab+minerva-core-499-3hxqgkf3oh3yq2zb9veolqjo6-issue@gmail.com', - to: "newteditor@gmail.com", + to: 'replyto.lcsb.gitlab+minerva-core-499-3hxqgkf3oh3yq2zb9veolqjo6-issue@gmail.com', + //to: "newteditor@gmail.com", cc: 'newteditor@gmail.com', subject: "Error Report From Newt", text: req.body.message,