interface MailChannelConfig
Since 0.1.0

Email channel configuration.

Carries no options: transport is delegated to the IMailer resolved from CAPABILITIES.MAIL, which MailPlugin (M29) configures.

Properties

readonly
provider: "mail"

Usage

import { type MailChannelConfig } from "notification-plugin/src/index.ts";