Skip to content

Commit

Permalink
Merge pull request #162 from canopas/set-default-email-inses
Browse files Browse the repository at this point in the history
Set default email
  • Loading branch information
cp-sumi-k authored Oct 23, 2024
2 parents f97c60b + 3d44a02 commit f20c1b3
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 f20c1b3

Please sign in to comment.