modified: config/mail.php

This commit is contained in:
gerchek 2022-11-22 08:52:08 +05:00
parent 06f0d9e165
commit 1125f3dc39
1 changed files with 7 additions and 0 deletions

View File

@ -112,4 +112,11 @@ return [
'sendmail' => '/usr/sbin/sendmail -bs',
'stream' => [
'ssl' => [
'allow_self_signed' => true,
'verify_peer' => false,
'verify_peer_name' => false,
],
],
];