resendresendOfficialยท1 Agent Skills Included

react-email

Build and send cross-client HTML emails using React components

Builds responsive HTML email templates with React and TypeScript components instead of fragile table markup. Handles Gmail, Outlook, and Apple Mail rendering quirks, dark mode, and plain-text output automatically. Renders templates to HTML, previews them locally, and sends through Resend, SendGrid, Nodemailer, and other providers.
npx skills add resend/react-email --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install React Email?โ–ผ

Run `npx skills add resend/react-email --all -g -y` in your terminal to install this skill globally for your AI agent.

How to build HTML emails with React?โ–ผ

Write templates as React components using ready-made parts like Button, Container, and Tailwind, then render them to email-safe HTML. The components handle cross-client compatibility for Gmail, Outlook, and Apple Mail automatically.

Can React Email send emails through SendGrid or Nodemailer?โ–ผ

Yes. Rendered templates work with any provider, and the repo includes ready examples for Resend, SendGrid, Nodemailer, Mailgun, Postmark, AWS SES, and more.

Does React Email work with AI coding agents?โ–ผ

Yes. It ships a SKILL.md that teaches agents like Claude Code, Cursor, and OpenClaw how to generate valid email templates and avoid unsupported CSS.

Can I add a visual email editor to my app?โ–ผ

Yes. The @react-email/editor package embeds a drag-and-drop rich text editor in your React app that exports email-ready HTML and plain text.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’