Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorPierre Ozoux <pierre@ozoux.net>2019-11-19 12:35:17 +0300
committerpierreozoux <pierre@ozoux.net>2019-11-19 13:27:31 +0300
commit3c0a284baf92aea2b4c18a04dd19365b2de70710 (patch)
treedff4475c56c5aa48a77d75e85b2b79b0cc687b51 /config
parent9707fcf4fe8502cc57b7a524a283bda543bac133 (diff)
Improves doc of mail_smtpsecure
To reflect what is in the UI. Signed-off-by: pierreozoux <pierre@ozoux.net>
Diffstat (limited to 'config')
-rw-r--r--config/config.sample.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/config.sample.php b/config/config.sample.php
index e6ef5d90797..d998ce560bc 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)
*/