Skip to main content

Email

Defined in: src/dapi.ts:458

Email that can be sent using the configured SMTP service

Properties

PropertyTypeDescriptionDefined in
attachments?EmailAttachment[]Files attached to the message.src/dapi.ts:475
bcc?string[]Blind carbon copysrc/dapi.ts:472
html?stringHTML body (takes precedence over plain text)src/dapi.ts:469
subjectstringMessage subjectsrc/dapi.ts:460
text?stringPlaintext bodysrc/dapi.ts:466
tostring[]List of recipientssrc/dapi.ts:463