An array of attachment objects
Comma separated list or an array of recipients e-mail addresses that will appear on the Bcc: field
Comma separated list or an array of recipients e-mail addresses that will appear on the Cc: field
optional Date value, current UTC string will be used if not set
if set to true then fails with an error when a node tries to load content from a file
if set to true then fails with an error when a node tries to load content from URL
is an object with DKIM options
optional transfer encoding for the textual parts
optional SMTP envelope, if auto generated envelope is not suitable
The e-mail address of the sender. All e-mail addresses can be plain 'sender@server.com' or formatted 'Sender Name sender@server.com'
An object or array of additional header fields
The HTML version of the message
iCalendar event, same usage as with text and html. Event method attribute defaults to ‘PUBLISH’ or define it yourself: {method: 'REQUEST', content: iCalString}. This value is added as an additional alternative to html or text. Only utf-8 content is allowed
The message-id this message is replying
An object where key names are converted into list headers. List key help becomes List-Help header etc.
optional Message-Id value, random value will be generated if not set
if set then overwrites entire message output with this value. The value is not parsed, so you should still set address headers or the envelope value for the message to work
Message-id list (an array or space separated string)
An e-mail address that will appear on the Reply-To: field
An e-mail address that will appear on the Sender: field
All keys are added to the SendRawEmail method options
The subject of the e-mail
The plaintext version of the message
set explicitly which encoding to use for text parts (quoted-printable or base64). If not set then encoding is detected from text content (mostly ascii means quoted-printable, otherwise base64)
Comma separated list or an array of recipients e-mail addresses that will appear on the To: field
Apple Watch specific HTML version of the message, same usage as with text and html
method to normalize header keys for custom caseing
Generated using TypeDoc
An array of alternative text contents (in addition to text and html parts)