Skip to content

Commit

Permalink
Update mail.php
Browse files Browse the repository at this point in the history
allow disabling cert verification with docker. This is a behavior change after 3.7
  • Loading branch information
bbrendon authored Mar 8, 2023
1 parent 43f4d0a commit 223d1bb
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 @@ -41,6 +41,7 @@
'encryption' => env('MAIL_ENCRYPTION', 'tls'),
'username' => env('MAIL_USERNAME'),
'password' => env('MAIL_PASSWORD'),
'verify_peer' => env('MAIL_VERIFY_PEER', true),
],

'ses' => [
Expand Down

0 comments on commit 223d1bb

Please sign in to comment.