Allow msg.description to add to the email body text

(for feed from Fluickr node)
This commit is contained in:
dceejay
2015-02-08 15:02:02 +00:00
parent d4a27f88a1
commit 2dd572f5bd
2 changed files with 5 additions and 4 deletions

View File

@@ -74,7 +74,7 @@
blank it should be set using the <b>msg.to</b> property of the incoming message.</p>
<p>The payload can be html format.</p>
<p>If the payload is a binary buffer then it will be converted to an attachment.
The filename should be set using <b>msg.filename</b>.</p>
The filename should be set using <b>msg.filename</b>. Optionally <b>msg.description</b> can be added for the body text.</p>
<p>Alternatively you may provide <b>msg.attachments</b> which should contain an array of one or
more attachments in <a href="https://www.npmjs.com/package/nodemailer#attachments" target="_new">nodemailer</a> format.</p>
</script>