-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update recipient's address for sbml error report
- Loading branch information
1 parent
218525b
commit ebb8d84
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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, | ||
|