Update mailgun config, add endpoint and scheme

pull/5401/head
Daniel Supernault 6 months ago
parent 5ffcb5c13c
commit 271d5114a1
No known key found for this signature in database
GPG Key ID: 23740873EE6F76A1

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

Loading…
Cancel
Save