Skip to content

Commit

Permalink
Fix bug in Laravel Symfony Mailer (#1084)
Browse files Browse the repository at this point in the history
* Fix bug in Laravel Symfony Mailer

* tweak: moved to top
As it's related to the 'transport' key

---------

Co-authored-by: Daniel <[email protected]>
  • Loading branch information
hatoriganzo and blt950 authored Dec 8, 2024
1 parent 4c5089e commit 05f7013
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 @@ -36,6 +36,7 @@
'mailers' => [
'smtp' => [
'transport' => 'smtp',
'scheme' => env('MAIL_MAILER', 'smtp'),
'host' => env('MAIL_HOST', 'smtp.mailgun.org'),
'port' => env('MAIL_PORT', 587),
'encryption' => env('MAIL_ENCRYPTION', 'tls'),
Expand Down

0 comments on commit 05f7013

Please sign in to comment.