IMailer.sendTemplate(template: string,message: Omit<MailMessage, "html" | "text">,data: Readonly<Record<string, unknown>>): Promise<void>
Renders a named template and sends the result.
message: Omit<MailMessage, "html" | "text">
Envelope (recipients, subject overrides)