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