Skip to content

Commit

Permalink
Set default email
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 2d50ec0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/admin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: Deploy Admin-panel

on:
push:
branches:
- main

jobs:
deploy-admin-panel:
Expand Down
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 2d50ec0

Please sign in to comment.