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

View File

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