Improves doc of mail_smtpsecure
To reflect what is in the UI. Signed-off-by: pierreozoux <pierre@ozoux.net>
This commit is contained in:
parent
9707fcf4fe
commit
3c0a284baf
1 changed files with 2 additions and 2 deletions
|
@ -357,8 +357,8 @@ $CONFIG = array(
|
||||||
'mail_smtptimeout' => 10,
|
'mail_smtptimeout' => 10,
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This depends on ``mail_smtpmode``. Specify when you are using ``ssl`` or
|
* This depends on ``mail_smtpmode``. Specify when you are using ``ssl`` for SSL/TLS or
|
||||||
* ``tls``, or leave empty for no encryption.
|
* ``tls`` for STARTTLS, or leave empty for no encryption.
|
||||||
*
|
*
|
||||||
* Defaults to ``''`` (empty string)
|
* Defaults to ``''`` (empty string)
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue