What problem does it solve?
Provide a consistent, secure way to send transactional emails, render React Email templates, configure sending domains, and handle delivery webhooks so developers don't have to reimplement email delivery patterns for each project.
Core Features & Use Cases
- Transactional Sending: Send single and batch transactional emails with customizable from/to, subject, HTML, or React Email templates.
- React Email Templates: Standardized template structure and component patterns for welcome, password reset, and invoice emails.
- Domain & Deliverability: Guidance for domain verification and DNS records (SPF, DKIM, DMARC) to improve delivery rates.
- Webhook Handling: Verify and process webhook events (deliveries, bounces, complaints) to manage lists and delivery state.
- Use Case: Integrate into a web app to send welcome emails rendered from React templates and handle bounce/unsubscribe events via verified webhooks.
Quick Start
Send a welcome email using the React Email template to [email protected] and verify receipt via webhooks.