Skip to content

Commit

Permalink
Update mail.php
Browse files Browse the repository at this point in the history
  • Loading branch information
bbrendon authored Mar 9, 2023
1 parent 223d1bb commit d67a3d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/mail.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
'encryption' => env('MAIL_ENCRYPTION', 'tls'),
'username' => env('MAIL_USERNAME'),
'password' => env('MAIL_PASSWORD'),
'verify_peer' => env('MAIL_VERIFY_PEER', true),
'verify_peer' => env('MAIL_VERIFY_PEER', true),
],

'ses' => [
Expand Down

0 comments on commit d67a3d7

Please sign in to comment.