type alias OutgoingMail
Since 0.1.0

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.

Definition

MailMessage & { readonly from: string; }

Usage

import { type OutgoingMail } from "mail-plugin/src/index.ts";