Skip to content

Commit

Permalink
fix: resolve issue with Symfony Mailer 7.2 (#2412)
Browse files Browse the repository at this point in the history
  • Loading branch information
greatislander authored Dec 4, 2024
1 parent b941a9e commit 6f5e334
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/mail.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@

'mailers' => [
'smtp' => [
'scheme' => 'smtp', // Remove once https://github.com/laravel/framework/pull/53585 appears in a Laravel release
'transport' => 'smtp',
'host' => env('MAIL_HOST', 'smtp.mailgun.org'),
'port' => env('MAIL_PORT', 587),
Expand Down

0 comments on commit 6f5e334

Please sign in to comment.