Skip to main content

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

PropertyTypeDescriptionDefined in
attachmentsFileInfo[]-src/widgets/email-dialog.ts:27
bccstring[]-src/widgets/email-dialog.ts:21
htmlstringRendered 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
subjectstring-src/widgets/email-dialog.ts:19
textstringPlain-text fallback derived from [html].src/widgets/email-dialog.ts:26
tostring[]-src/widgets/email-dialog.ts:20