Skip to content

Commit

Permalink
Unify replyTo using consolidated mail
Browse files Browse the repository at this point in the history
  • Loading branch information
minottic committed Jan 23, 2024
1 parent f581aa1 commit eef5d92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/configs/backend/config.local.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ module.exports = {
expressSessionSaveUninitialized: false,
smtpMessage: {
from: "[email protected]",
replyTo: "scicatarchivemanager@psi.ch",
replyTo: "scicat-help@lists.psi.ch",
subject: "[SciCat " + process.env.ENV + "]",
scicatHref: process.env.ENV === "production"? "https://discovery.psi.ch": `https://discovery-${process.env.ENV}.psi.ch`,
publicRetrieve: true,
Expand Down

0 comments on commit eef5d92

Please sign in to comment.