Skip to content

Commit

Permalink
Merge pull request #1638 from bcgov/upgrade_10_to_11
Browse files Browse the repository at this point in the history
) [upgrade_10_to_11] Dev - Upgrade Laravel version 10 to 11 and PHP version 8.1 to 8.3 (Fix Laravel 11 with symfony/mailer v7.2.0 issue)
  • Loading branch information
jp-Telus authored Dec 9, 2024
2 parents 3ecb581 + b3cb5de commit 537fde1
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',
'transport' => 'smtp',
'host' => env('MAIL_HOST', 'smtp.mailgun.org'),
'port' => env('MAIL_PORT', 587),
Expand Down

0 comments on commit 537fde1

Please sign in to comment.