Skip to content

Function: renderEmail()

renderEmail(options): Promise<{ html: string; text: string; }>

Render both MIME alternatives from one shared React Email component tree.

EmailDocumentProps

Promise<{ html: string; text: string; }>