Update README.md

This commit is contained in:
Dave Conway-Jones
2025-08-26 10:06:09 +01:00
parent 93c2754784
commit 890381060f

View File

@@ -3,6 +3,16 @@ node-red-node-email
<a href="http://nodered.org" target="info">Node-RED</a> 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
-------