Skip to content

Commit

Permalink
Set default mails
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-sumi-k committed Oct 23, 2024
1 parent f97c60b commit 3d44a02
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions admin/config/plugins.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,10 @@ module.exports = ({ env }) => ({
secret: env("AWS_SECRET_ACCESS_KEY"),
amazon: `https://email.${env("AWS_REGION")}.amazonaws.com`,
},
settings: {
defaultFrom: env("HR_FROM_MAIL"),
defaultReplyTo: env("HR_FROM_MAIL"),
},
},
},
});

0 comments on commit 3d44a02

Please sign in to comment.