MailService.prototype.send(message: MailMessage): Promise<void>
Sends an email, resolving from from the message or the configured default.
message: MailMessage
The message to send
MailService.prototype.send(message: MailMessage): Promise<void>
Sends an email, resolving from from the message or the configured default.
message: MailMessage
The message to send
import { MailService } from "mail-plugin/src/index.ts";