Laravel-Style Mailable Classes
Build clean, reusable email components with Mailable classes inspired by Laravel. Organize with
envelope(), content(), and attachments(). Type-safe and testable for enterprise applications.Multiple Transport Providers
Built-in support for SMTP, AWS SES, Mailgun, Mailjet, and Resend. Switch providers with configuration. Use
MailFake for testing environments.Template Engine Support
Design emails with Handlebars, EJS, Pug, or MJML. Includes partials, helpers, and layouts. Fluent API:
mailService.to(email).send()