Skip to content

Commit ea0b046

Browse files
authored
Update MailManager.php (#41255)
1 parent 22222b3 commit ea0b046

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Mail/MailManager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ protected function createMailgunTransport(array $config)
281281
}
282282

283283
return $factory->create(new Dsn(
284-
'mailgun+api',
284+
'mailgun+https',
285285
$config['endpoint'] ?? 'default',
286286
$config['secret'],
287287
$config['domain']

0 commit comments

Comments
 (0)