Browse Source
Merge pull request #17999 from nextcloud/Improves-doc-of-mail_smtpsecure
Improves doc of mail_smtpsecure
pull/18029/head
Roeland Jago Douma
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
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) |
|
|
|
*/ |
|
|
|
|