EmailChannel.prototype.send(notification: NotificationMessage): Promise<void>
Builds a MailMessage and sends it via IMailer.
notification: NotificationMessage
The notification to send
EmailChannel.prototype.send(notification: NotificationMessage): Promise<void>
Builds a MailMessage and sends it via IMailer.
notification: NotificationMessage
The notification to send
import { EmailChannel } from "notification-plugin/src/index.ts";