mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-19 11:14:06 +00:00
Fix: AWS SES Mailer (#365)
As reported on issue #357, the aws ses configuration was not able to store because of the missing `ses` service config. Additionally was added a `AWS Region` field to be used by the `ses`. closes #357
This commit is contained in:
@@ -296,6 +296,7 @@ class EnvironmentManager
|
||||
'MAIL_FROM_NAME' => $request->get('from_name'),
|
||||
'SES_KEY' => $request->get('mail_ses_key'),
|
||||
'SES_SECRET' => $request->get('mail_ses_secret'),
|
||||
'SES_REGION' => $request->get('mail_ses_region'),
|
||||
];
|
||||
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user