This commit is contained in:
2026-02-22 21:44:13 -06:00
parent 552dd73f0a
commit b2d41e2baa
2 changed files with 5 additions and 2 deletions

View File

@@ -2,6 +2,9 @@
$config['language'] = 'en_US';
$config['smtp_server'] = 'ssl://mailserver';
$config['smtp_port'] = 465;
$config['smtp_conn_options'] = array(
'ssl' => array(
'verify_peer' => false,