Bump email node version

This commit is contained in:
Dave Conway-Jones
2016-08-03 09:01:28 +01:00
parent 17255b7bbf
commit 677864482e
3 changed files with 7 additions and 6 deletions

View File

@@ -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.