Add missing Mailgun 'endpoint' option
Counterpart to https://github.com/laravel/framework/pull/25010
This commit is contained in:
parent
8c41eae200
commit
dfe5afa71b
|
@ -17,6 +17,7 @@
|
|||
'mailgun' => [
|
||||
'domain' => env('MAILGUN_DOMAIN'),
|
||||
'secret' => env('MAILGUN_SECRET'),
|
||||
'endpoint' => env('MAILGUN_ENDPOINT', 'api.mailgun.net'),
|
||||
],
|
||||
|
||||
'ses' => [
|
||||
|
|
Loading…
Reference in New Issue