Skip to content

Commit

Permalink
feat: allow disabling smtp server cert verification (#6608)
Browse files Browse the repository at this point in the history
Co-authored-by: Alexis Saettler <[email protected]>
  • Loading branch information
bbrendon and asbiin authored Oct 31, 2023
1 parent ff296c8 commit 7f72437
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 7f72437

Please sign in to comment.