This commit is contained in:
2025-08-28 16:52:29 -05:00
parent 76b8f17ed3
commit b72cfdc67e
2 changed files with 3 additions and 2 deletions

View File

@@ -73,5 +73,6 @@ $config['imap_conn_options'] = [
'ssl' => [
'verify_peer' => false,
'verify_peer_name' => false,
'allow_self_signed' => true,
],
];