From 890381060f282420e92ce29173c5cadbbc27671d Mon Sep 17 00:00:00 2001 From: Dave Conway-Jones Date: Tue, 26 Aug 2025 10:06:09 +0100 Subject: [PATCH] Update README.md --- social/email/README.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/social/email/README.md b/social/email/README.md index 3ca80315..c6edc4ca 100644 --- a/social/email/README.md +++ b/social/email/README.md @@ -3,6 +3,16 @@ node-red-node-email Node-RED nodes to send and receive simple emails. +**v4 Breaking Change** + +Version 4.x introduced a breaking change. Users of the email-mta node will have to re-enter any user/passwords used to authenticate incoming mail. This was caused by the existing property clashing with another internal users property. Apologies for the inconvenience. + +**Notes** : + Version 3.x of this node requires **Node.js v18** or newer. + Version 2.x of this node requires **Node.js v16** or newer. + Version 1.91 of this node required **Node.js v14** or newer. + Previous versions of this node required **Node.js v8** or newer. + Pre-requisite ------------- @@ -11,12 +21,6 @@ getting an application password if you have two-factor authentication enabled. For Exchange and Outlook 365 you must use OAuth2.0. -**Notes **: - Version 3.x of this node requires **Node.js v18** or newer. - Version 2.x of this node requires **Node.js v16** or newer. - Version 1.91 of this node required **Node.js v14** or newer. - Previous versions of this node required **Node.js v8** or newer. - Install -------