Optional
to?: { email: string }[]Optional
cc?: { email: string }[]cc recipients
Optional
bcc?: { email: string }[]bcc recipients
Optional
subject?: stringemail subject
Optional
body?: stringemail body
Optional
attachments?: { name: string; type: string; content: string }[]name
: file nametype
: file MIME typecontent
: file base64 encoded content, doesn't contain the data URI prefixOptional
editorAny app local state associated with the editor instance, it will replace the previous editorState
Generated using TypeDoc
recipients