Add ability to disable SSL peers checking via an env var - Closes #219

This commit is contained in:
Bubka 2023-08-24 16:57:53 +02:00
parent 3769a792a0
commit a96a1cef05
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@ return [
'password' => env('MAIL_PASSWORD'),
'timeout' => null,
'local_domain' => env('MAIL_EHLO_DOMAIN'),
'verify_peer' => env('MAIL_VERIFY_SSL_PEER', true),
],
'ses' => [