An outgoing email whose sender has already been resolved by
MailService (from the message or the configured default). This is
the shape every MailProvider receives — from is never absent.
MailMessage & { readonly from: string; }
An outgoing email whose sender has already been resolved by
MailService (from the message or the configured default). This is
the shape every MailProvider receives — from is never absent.
MailMessage & { readonly from: string; }
import { type OutgoingMail } from "mail-plugin/src/index.ts";