MailData: RequiredMailData & ({
    html: string;
} | {
    text: string;
})

Generated using TypeDoc