From a0167aae1fdfda6fb7da2371eac9c26d890c69d0 Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Fri, 3 Feb 2023 03:49:53 +0000 Subject: [PATCH] generate documentation from config.sample.php --- .../config_sample_php_parameters.rst | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/admin_manual/configuration_server/config_sample_php_parameters.rst b/admin_manual/configuration_server/config_sample_php_parameters.rst index 58f4016d1..f0e4dcd2e 100644 --- a/admin_manual/configuration_server/config_sample_php_parameters.rst +++ b/admin_manual/configuration_server/config_sample_php_parameters.rst @@ -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' => '',