N°5155 - Email by SMTP with self-signed certificate (changed default values to the previous behaviour)

This commit is contained in:
Eric Espie
2022-12-02 09:25:53 +01:00
parent aff9c7748b
commit 957ff40f30

View File

@@ -566,8 +566,8 @@ class Config
'email_transport_smtp.verify_peer' => array(
'type' => 'bool',
'description' => 'Verify peer certificate',
'default' => false,
'value' => false,
'default' => true,
'value' => true,
'source_of_value' => '',
'show_in_conf_sample' => false,
),