generate documentation from config.sample.php

This commit is contained in:
Nextcloud bot
2023-02-03 03:49:53 +00:00
parent 33e1383b62
commit a0167aae1f

View File

@@ -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' => '',