From 3c0a284baf92aea2b4c18a04dd19365b2de70710 Mon Sep 17 00:00:00 2001 From: Pierre Ozoux Date: Tue, 19 Nov 2019 10:35:17 +0100 Subject: [PATCH] Improves doc of mail_smtpsecure To reflect what is in the UI. Signed-off-by: pierreozoux --- config/config.sample.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/config.sample.php b/config/config.sample.php index e6ef5d9079..d998ce560b 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -357,8 +357,8 @@ $CONFIG = array( 'mail_smtptimeout' => 10, /** - * This depends on ``mail_smtpmode``. Specify when you are using ``ssl`` or - * ``tls``, or leave empty for no encryption. + * This depends on ``mail_smtpmode``. Specify when you are using ``ssl`` for SSL/TLS or + * ``tls`` for STARTTLS, or leave empty for no encryption. * * Defaults to ``''`` (empty string) */