1
0
mirror of https://github.com/node-red/node-red-nodes.git synced 2023-10-10 13:36:58 +02:00

bump to email libs and doc to remove old insecure access ref.

This commit is contained in:
Dave Conway-Jones 2022-08-23 14:32:34 +01:00
parent 29e0bed000
commit 543afd119a
No known key found for this signature in database
GPG Key ID: 88BA2B8A411BE9FF
2 changed files with 5 additions and 6 deletions

View File

@ -7,8 +7,7 @@
<p>You may optionally set <code>msg.from</code> in the payload which will override the <code>userid</code>
default value.</p>
<h3>Gmail users</h3>
<p>If you are accessing Gmail you may need to either enable <a target="_new" href="https://support.google.com/mail/answer/185833?hl=en">an application password</a>,
or enable <a target="_new" href="https://support.google.com/accounts/answer/6010255?hl=en">less secure access</a> via your Google account settings.</p>
<p>If you are accessing Gmail you may need to either enable <a target="_new" href="https://support.google.com/mail/answer/185833?hl=en">an application password</a>.</p>
<h3>Details</h3>
<p>The payload can be html format. You may supply a separate plaintext version using <code>msg.plaintext</code>.
If you don't and <code>msg.payload</code> contains html, it will also be used for the plaintext.

View File

@ -1,11 +1,11 @@
{
"name": "node-red-node-email",
"version": "1.17.0",
"version": "1.17.1",
"description": "Node-RED nodes to send and receive simple emails.",
"dependencies": {
"imap": "^0.8.19",
"mailparser": "^3.5.0",
"nodemailer": "^6.7.7",
"nodemailer": "^6.7.8",
"smtp-server": "^3.11.0"
},
"bundledDependencies": [