Documentation Index
Fetch the complete documentation index at: https://react.email/docs/llms.txt
Use this file to discover all available pages before exploring further.
Install
Install the component from your command line.
npm install react-email -E
Getting Started
Add the component to your email template. Include styles where needed.
import { CodeInline } from "react-email";
const Email = () => {
return <CodeInline>@react-email/code-inline</CodeInline>;
}
Support
All components were tested using the most popular email clients.
Gmail
Apple Mail
Outlook
Yahoo! Mail
HEY
Superhuman