interface MailServiceOptions
Since 0.1.0

Options for MailService.

Properties

optional
defaultFrom: string

Default sender used when a message omits from.

Since 0.6.0
optional
probeTiming: ProbeTiming

Monotonic clock and timers used to cache and bound MailService.isHealthy.

Supplied by MailPlugin from ctx.runtime. When omitted the probe is delegated straight through, uncached and unbounded, because there is no clock this package may lawfully read without one (AI_GUIDELINES ยง4.1).

Usage

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