mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
Bump email node version
This commit is contained in:
@@ -39,13 +39,14 @@ Uses the *imap* npm module.
|
||||
|
||||
### Output
|
||||
|
||||
Sends the `msg.payload` as an email, with a subject of `msg.topic`. You may
|
||||
optionally override the from email address by setting `msg.from` otherwise the
|
||||
node will use the `node.userid` setting.
|
||||
Sends the `msg.payload` as an email, with a subject of `msg.topic`.
|
||||
|
||||
The default message recipient can be configured in the node, if it is left
|
||||
blank it should be set using the `msg.to` property of the incoming message.
|
||||
|
||||
You may optionally override the *from* email address by setting `msg.from`,
|
||||
otherwise the node will use the `userid` setting from the server connection.
|
||||
|
||||
The payload can be html format.
|
||||
|
||||
If the payload is a binary buffer then it will be converted to an attachment.
|
||||
|
Reference in New Issue
Block a user