Defined in: js-api/src/dapi.ts:575
Email that can be sent using the configured SMTP service
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
attachments? | EmailAttachment[] | Files attached to the message. | js-api/src/dapi.ts:592 |
bcc? | string[] | Blind carbon copy | js-api/src/dapi.ts:589 |
html? | string | HTML body (takes precedence over plain text) | js-api/src/dapi.ts:586 |
subject | string | Message subject | js-api/src/dapi.ts:577 |
text? | string | Plaintext body | js-api/src/dapi.ts:583 |
to | string[] | List of recipients | js-api/src/dapi.ts:580 |