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

View File

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