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