Add option to configure Mailgun transporter scheme (#5831)

This commit is contained in:
Jesper Noordsij 2022-03-03 15:13:57 +01:00 committed by GitHub
parent 969ff64e02
commit 4ecd97bcf7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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