Improves doc of mail_smtpsecure

To reflect what is in the UI.

Signed-off-by: pierreozoux <pierre@ozoux.net>
This commit is contained in:
Pierre Ozoux 2019-11-19 10:35:17 +01:00 committed by pierreozoux
parent 9707fcf4fe
commit 3c0a284baf
1 changed files with 2 additions and 2 deletions

View File

@ -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)
*/