Browse Source

Improves doc of mail_smtpsecure

To reflect what is in the UI.

Signed-off-by: pierreozoux <pierre@ozoux.net>
Pierre Ozoux 4 years ago
parent
commit
3c0a284baf
1 changed files with 2 additions and 2 deletions
  1. 2 2
      config/config.sample.php

+ 2 - 2
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)
  */