subject: string
html: string
text: string
optional
replyTo: ValidEmail | undefined
optional
attachments: EmailAttachment[] | undefined
subject: string
html: string
text: string
replyTo: ValidEmail | undefined
attachments: EmailAttachment[] | undefined
import { type EmailMessage } from "doc.ts";