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

View File

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