Function: renderEmail()
renderEmail(
options):Promise<{html:string;text:string; }>
Render both MIME alternatives from one shared React Email component tree.
Parameters
Section titled “Parameters”options
Section titled “options”EmailDocumentProps
Returns
Section titled “Returns”Promise<{ html: string; text: string; }>