From 85c5e013a464a17792aca6011d648d5888cdf09c Mon Sep 17 00:00:00 2001 From: Anupam Kumar Date: Thu, 1 Feb 2024 20:42:51 +0530 Subject: [PATCH] update email changelog of NC 26 Signed-off-by: Anupam Kumar --- admin_manual/release_notes/upgrade_to_26.rst | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/admin_manual/release_notes/upgrade_to_26.rst b/admin_manual/release_notes/upgrade_to_26.rst index c25f74521..b97804ca2 100644 --- a/admin_manual/release_notes/upgrade_to_26.rst +++ b/admin_manual/release_notes/upgrade_to_26.rst @@ -11,7 +11,16 @@ System requirements System email ------------ -The software component to send system emails (notifications, invites, password reset, etc) had to be replaced. The new library should work without any changes out of the box for most setups. Only NTLM/Exchange is kown to be no longer supported. See :ref:`email-smtp-config`. +The software component to send system emails (notifications, invites, password reset, etc) had to be replaced. The new library should work without any changes out of the box for most setups. + +A brief overview of changes: + +* 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. +* Self signed certificates now need to be explicitly enabled, see :ref:`this guide` for an example on how to configure this. +* NTLM authentication for Microsoft Exchange is not supported by the new mailer library. Try using `basic authentication `_ instead. + +See for more information: :ref:`email-smtp-config`. + Web server configuration ------------------------