diff options
author | Pierre Ozoux <pierre@ozoux.net> | 2019-11-19 10:35:17 +0100 |
---|---|---|
committer | pierreozoux <pierre@ozoux.net> | 2019-11-19 11:27:31 +0100 |
commit | 3c0a284baf92aea2b4c18a04dd19365b2de70710 (patch) | |
tree | dff4475c56c5aa48a77d75e85b2b79b0cc687b51 /config | |
parent | 9707fcf4fe8502cc57b7a524a283bda543bac133 (diff) | |
download | nextcloud-server-3c0a284baf92aea2b4c18a04dd19365b2de70710.tar.gz nextcloud-server-3c0a284baf92aea2b4c18a04dd19365b2de70710.zip |
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.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) */ |