Skip to content

Commit f20c1b3

Browse files
authored
Merge pull request #162 from canopas/set-default-email-inses
Set default email
2 parents f97c60b + 3d44a02 commit f20c1b3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

admin/config/plugins.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,10 @@ module.exports = ({ env }) => ({
121121
secret: env("AWS_SECRET_ACCESS_KEY"),
122122
amazon: `https://email.${env("AWS_REGION")}.amazonaws.com`,
123123
},
124+
settings: {
125+
defaultFrom: env("HR_FROM_MAIL"),
126+
defaultReplyTo: env("HR_FROM_MAIL"),
127+
},
124128
},
125129
},
126130
});

0 commit comments

Comments
 (0)