Defined in: src/dapi.ts:408
Email that can be sent using the configured SMTP service
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
bcc? | string[] | Blind carbon copy | src/dapi.ts:422 |
html? | string | HTML body (takes precedence over plain text) | src/dapi.ts:419 |
subject | string | Message subject | src/dapi.ts:410 |
text? | string | Plaintext body | src/dapi.ts:416 |
to | string[] | List of recipients | src/dapi.ts:413 |