mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-02 09:49:33 +07:00
generate documentation from config.sample.php
This commit is contained in:
@@ -570,8 +570,10 @@ Defaults to ``10`` seconds
|
||||
|
||||
'mail_smtpsecure' => '',
|
||||
|
||||
This depends on ``mail_smtpmode``. Specify when you are using ``ssl`` for SSL/TLS or
|
||||
``tls`` for STARTTLS, or leave empty for no encryption.
|
||||
This depends on ``mail_smtpmode``. Specify ``ssl`` when you are using SSL/TLS. Any other value will be ignored.
|
||||
|
||||
If the server advertises STARTTLS capabilities, they might be used, but they cannot be enforced by
|
||||
this config option.
|
||||
|
||||
Defaults to ``''`` (empty string)
|
||||
|
||||
@@ -584,15 +586,6 @@ server requires authentication.
|
||||
|
||||
Defaults to ``false``
|
||||
|
||||
::
|
||||
|
||||
'mail_smtpauthtype' => 'LOGIN',
|
||||
|
||||
This depends on ``mail_smtpmode``. If SMTP authentication is required, choose
|
||||
the authentication type as ``LOGIN`` or ``PLAIN``.
|
||||
|
||||
Defaults to ``LOGIN``
|
||||
|
||||
::
|
||||
|
||||
'mail_smtpname' => '',
|
||||
|
||||
Reference in New Issue
Block a user