Merge pull request #12314 from nextcloud/backport/12294/stable28

[stable28] fix(admin_manual): Microsoft Outlook email Basic authentication deprecation
This commit is contained in:
John Molakvoæ 2024-10-20 22:46:47 +02:00 committed by GitHub
commit 789c1dc968
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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<TLSPeerVerification>` 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 <https://learn.microsoft.com/en-us/exchange/client-developer/exchange-web-services/authentication-and-ews-in-exchange#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