diff --git a/social/email/locales/en-US/61-email.html b/social/email/locales/en-US/61-email.html index 1eb79661..3cef9edb 100644 --- a/social/email/locales/en-US/61-email.html +++ b/social/email/locales/en-US/61-email.html @@ -7,8 +7,7 @@

You may optionally set msg.from in the payload which will override the userid default value.

Gmail users

-

If you are accessing Gmail you may need to either enable an application password, - or enable less secure access via your Google account settings.

+

If you are accessing Gmail you may need to either enable an application password.

Details

The payload can be html format. You may supply a separate plaintext version using msg.plaintext. If you don't and msg.payload contains html, it will also be used for the plaintext. @@ -66,12 +65,12 @@

sudo setcap 'cap_net_bind_service=+eip' $(which node)
and restarting Node-RED. Be aware - this gives all node applications access to all ports.

Security

-

When Secure connection is checked, the connection will use TLS. +

When Secure connection is checked, the connection will use TLS. If not it is still possible to upgrade clear text socket to TLS socket by checking Start TLS. In most cases when using port 465, check Secure connection. For port 587 or 25 keep it disabled, use Start TLS instead.

If you do no specify your own certificate (path to file) then a pregenerated self-signed certificate is used. Any respectful client refuses to accept such certificate.

Authentication

Authentication can be enabled (PLAIN or LOGIN). Add at least one user.

Expert

-

All options as described in nodemailer SMTP server can be made here.

+

All options as described in nodemailer SMTP server can be made here.

diff --git a/social/email/package.json b/social/email/package.json index 8a7a7e29..1851e0f0 100644 --- a/social/email/package.json +++ b/social/email/package.json @@ -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": [