mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
add to email threading headers (#542)
and update documentation in all available locales nodemailer already supports all of: - msg.replyTo - msg.inReplyTo - msg.references
This commit is contained in:
committed by
Dave Conway-Jones
parent
bd563a7217
commit
75f9db8d8b
@@ -65,7 +65,7 @@
|
||||
<p>Sends the <code>msg.payload</code> as an email, with a subject of <code>msg.topic</code>.</p>
|
||||
<p>The default message recipient can be configured in the node, if it is left
|
||||
blank it should be set using the <code>msg.to</code> property of the incoming message. If left blank
|
||||
you can also specify <code>msg.cc</code> and/or <code>msg.bcc</code> properties.</p>
|
||||
you can also specify any or all of: <code>msg.cc</code>, <code>msg.bcc</code>, <code>msg.replyTo</code>, <code>msg.inReplyTo</code>, <code>msg.references</code> properties.</p>
|
||||
<p>You may optionally set <code>msg.from</code> in the payload which will override the <code>userid</code>
|
||||
default value.</p>
|
||||
<p>The payload can be html format.</p>
|
||||
|
Reference in New Issue
Block a user