EmailDialogResult
Defined in: src/widgets/email-dialog.ts:18
Final values produced by [EmailDialog] when SEND is pressed.
Map directly into grok.dapi.admin.sendEmail (html/text/attachments).
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
attachments | FileInfo[] | - | src/widgets/email-dialog.ts:27 |
bcc | string[] | - | src/widgets/email-dialog.ts:21 |
html | string | Rendered HTML body. Base64 <img> tags are hoisted to cid: inline parts by the server (Mailgun) — the dialog ships the body as-is. | src/widgets/email-dialog.ts:24 |
subject | string | - | src/widgets/email-dialog.ts:19 |
text | string | Plain-text fallback derived from [html]. | src/widgets/email-dialog.ts:26 |
to | string[] | - | src/widgets/email-dialog.ts:20 |