summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoeland Jago Douma <rullzer@users.noreply.github.com>2019-11-20 13:23:32 +0100
committerGitHub <noreply@github.com>2019-11-20 13:23:32 +0100
commit4ddea4bdfbc36e13f7b397a1d881ddff2d364419 (patch)
tree57d3b3bc3994034a8bece04499ccf79001f4dfa4
parentd625d8bd1e07034816642937ed5d5fe3dc40d659 (diff)
parent3c0a284baf92aea2b4c18a04dd19365b2de70710 (diff)
downloadnextcloud-server-4ddea4bdfbc36e13f7b397a1d881ddff2d364419.tar.gz
nextcloud-server-4ddea4bdfbc36e13f7b397a1d881ddff2d364419.zip
Merge pull request #17999 from nextcloud/Improves-doc-of-mail_smtpsecure
Improves doc of mail_smtpsecure
-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)
*/