Options for MailService.
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).