react-email
Installation
SKILL.md
React Email
Note for Elon AI Project: This project uses HTML string templates in
lib/jobs/handlers/email-send.ts, NOT React Email components. See the.claude/skills/elon-email-templates/skill for project-specific guidance.
Overview
Build and send HTML emails using React components. A modern, component-based approach to email development that works across all major email clients by compiling to compatible HTML.
When to Use
- Creating transactional emails (welcome, password reset, order confirmation)
- Building notification or marketing email templates
- Need consistent rendering across Gmail, Outlook, Apple Mail, Yahoo
- Want component reusability and TypeScript support in emails
- Integrating with email providers like Resend, SendGrid, Postmark