@wild-framework/mail
v0.1.1
Published
Mail abstraction for Wild Framework.
Readme
@wild-framework/mail
Mail abstraction for Wild Framework.
Install
pnpm add @wild-framework/mailUsage
import { Mail } from "@wild-framework/mail";
await mail.send({
to: "[email protected]",
subject: "Welcome!",
html: "<h1>Hi</h1>",
});Ships with an in-memory driver for development/testing. Implement MailDriver for Resend/SendGrid/SES/SMTP.
License
MIT
