Skip to main content

Email

Defined in: js-api/src/dapi.ts:575

Email that can be sent using the configured SMTP service

Properties

PropertyTypeDescriptionDefined in
attachments?EmailAttachment[]Files attached to the message.js-api/src/dapi.ts:592
bcc?string[]Blind carbon copyjs-api/src/dapi.ts:589
html?stringHTML body (takes precedence over plain text)js-api/src/dapi.ts:586
subjectstringMessage subjectjs-api/src/dapi.ts:577
text?stringPlaintext bodyjs-api/src/dapi.ts:583
tostring[]List of recipientsjs-api/src/dapi.ts:580