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:
parent
29e0bed000
commit
543afd119a
@ -7,8 +7,7 @@
|
|||||||
<p>You may optionally set <code>msg.from</code> in the payload which will override the <code>userid</code>
|
<p>You may optionally set <code>msg.from</code> in the payload which will override the <code>userid</code>
|
||||||
default value.</p>
|
default value.</p>
|
||||||
<h3>Gmail users</h3>
|
<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>,
|
<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>
|
||||||
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>
|
|
||||||
<h3>Details</h3>
|
<h3>Details</h3>
|
||||||
<p>The payload can be html format. You may supply a separate plaintext version using <code>msg.plaintext</code>.
|
<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.
|
If you don't and <code>msg.payload</code> contains html, it will also be used for the plaintext.
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
{
|
{
|
||||||
"name": "node-red-node-email",
|
"name": "node-red-node-email",
|
||||||
"version": "1.17.0",
|
"version": "1.17.1",
|
||||||
"description": "Node-RED nodes to send and receive simple emails.",
|
"description": "Node-RED nodes to send and receive simple emails.",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"imap": "^0.8.19",
|
"imap": "^0.8.19",
|
||||||
"mailparser": "^3.5.0",
|
"mailparser": "^3.5.0",
|
||||||
"nodemailer": "^6.7.7",
|
"nodemailer": "^6.7.8",
|
||||||
"smtp-server": "^3.11.0"
|
"smtp-server": "^3.11.0"
|
||||||
},
|
},
|
||||||
"bundledDependencies": [
|
"bundledDependencies": [
|
||||||
|
Loading…
Reference in New Issue
Block a user