Options for LogProvider.
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.