Merge pull request #2944 from CachetHQ/ses-regions

SES Region can now be changed
This commit is contained in:
James Brooks
2018-03-17 13:03:34 +00:00
committed by GitHub

View File

@@ -45,7 +45,7 @@ return [
'ses' => [
'key' => env('MAIL_USERNAME'),
'secret' => env('MAIL_PASSWORD'),
'region' => 'us-east-1',
'region' => env('SES_REGION', 'us-east-1'),
],
'sparkpost' => [