diff options
-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) */ |