diff --git a/config/mail.php b/config/mail.php index 5201bb76..4d08e0f7 100644 --- a/config/mail.php +++ b/config/mail.php @@ -1,7 +1,6 @@ env('MAIL_USERNAME'), 'password' => env('MAIL_PASSWORD'), 'timeout' => null, + 'verify_peer' => env('MAIL_VERIFY_PEER', true), + 'verify_peer_name' => env('MAIL_VERIFY_PEER', true), ], 'ses' => [ @@ -105,5 +106,4 @@ return [ resource_path('views/vendor/mail'), ], ], - ];