interface LogProviderOptions
Since 0.1.0

Options for LogProvider.

Properties

optional
logger: ILogger

Logger to write each send to (typically ctx.logger).

optional
sink: (message: OutgoingMail) => void

Called with each sent message — a read-back seam for tests/hooks.

Usage

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