diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2019-11-20 13:23:32 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-20 13:23:32 +0100 |
commit | 4ddea4bdfbc36e13f7b397a1d881ddff2d364419 (patch) | |
tree | 57d3b3bc3994034a8bece04499ccf79001f4dfa4 | |
parent | d625d8bd1e07034816642937ed5d5fe3dc40d659 (diff) | |
parent | 3c0a284baf92aea2b4c18a04dd19365b2de70710 (diff) | |
download | nextcloud-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.php | 4 |
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) */ |