Skip to content

Commit

Permalink
Update email to unstable version
Browse files Browse the repository at this point in the history
  • Loading branch information
hasanbalci committed Sep 3, 2024
1 parent bbead85 commit 8a2153b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/js/ajax-utilities.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: "[email protected]",
//to: 'replyto.lcsb.gitlab+minerva-core-499-3hxqgkf3oh3yq2zb9veolqjo6-issue@gmail.com',
to: "[email protected]",
cc: '[email protected]',
subject: "Error Report From Newt",
text: req.body.message,
Expand Down

0 comments on commit 8a2153b

Please sign in to comment.