mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
* Fixed #222 - RFC error with invalide FROM address forcing userid config value * Added user help text for #222 fix and pull request * Fixing tab spacing for #222 fix before pull request acceptance
This commit is contained in:
committed by
Dave Conway-Jones
parent
69b471b0f1
commit
17255b7bbf
@@ -39,7 +39,9 @@ Uses the *imap* npm module.
|
||||
|
||||
### Output
|
||||
|
||||
Sends the `msg.payload` as an email, with a subject of `msg.topic`.
|
||||
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.
|
||||
|
||||
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.
|
||||
|
Reference in New Issue
Block a user