Merge pull request #4752 from ubient/add-mailgun-endpoint-option

Add missing Mailgun 'endpoint' option
This commit is contained in:
Taylor Otwell 2018-09-06 08:05:59 -05:00 committed by GitHub
commit ad7ce02254
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@
'mailgun' => [ 'mailgun' => [
'domain' => env('MAILGUN_DOMAIN'), 'domain' => env('MAILGUN_DOMAIN'),
'secret' => env('MAILGUN_SECRET'), 'secret' => env('MAILGUN_SECRET'),
'endpoint' => env('MAILGUN_ENDPOINT', 'api.mailgun.net'),
], ],
'ses' => [ 'ses' => [