Defined in: src/dapi.ts:458
Email that can be sent using the configured SMTP service
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
attachments? | EmailAttachment[] | Files attached to the message. | src/dapi.ts:475 |
bcc? | string[] | Blind carbon copy | src/dapi.ts:472 |
html? | string | HTML body (takes precedence over plain text) | src/dapi.ts:469 |
subject | string | Message subject | src/dapi.ts:460 |
text? | string | Plaintext body | src/dapi.ts:466 |
to | string[] | List of recipients | src/dapi.ts:463 |