From 8a2153b0640f9e5c0d7eed07d7b93bb660a1f7f1 Mon Sep 17 00:00:00 2001 From: hasanbalci Date: Mon, 2 Sep 2024 21:55:10 -0400 Subject: [PATCH] Update email to unstable version --- app/js/ajax-utilities.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/js/ajax-utilities.js b/app/js/ajax-utilities.js index 7b32c4854..d5f445eb9 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,