From 1387ba17d582a1c3e10fb978579b5dc85de92f8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6?= Date: Sat, 19 Oct 2024 09:12:35 +0200 Subject: [PATCH] fix(admin_manual): Microsoft Outlook email Basic authentication deprecation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ --- admin_manual/configuration_server/email_configuration.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/admin_manual/configuration_server/email_configuration.rst b/admin_manual/configuration_server/email_configuration.rst index 6ed906ed8..20a0be66a 100644 --- a/admin_manual/configuration_server/email_configuration.rst +++ b/admin_manual/configuration_server/email_configuration.rst @@ -43,6 +43,7 @@ connect Nextcloud to a remote SMTP server: * STARTTLS cannot be enforced. It will be used automatically if the mail server supports it. The encryption type should be set to 'None/STARTTLS' in this case. See :ref:`here` for an example on how to configure self signed certificates. * NTLM authentication for Microsoft Exchange is not supported by the new mailer library. Try using `basic authentication `_ instead. + * Outlook and Microsoft Exchange have discontinued support for Basic authentication. It is no longer possible to use their services as your default email handler. * Encryption type: None/STARTTLS or SSL