# React Email > The security is a key priority for Resend, and we are committed to ensuring that our users are protected by promptly addressing security vulnerabilities. Below is a table outlining which versions of o --- # React Email Documentation # Source: https://raw.githubusercontent.com/resend/react-email/main/SECURITY.md # Path: SECURITY.md # Security Policy ## Supported Versions The security is a key priority for Resend, and we are committed to ensuring that our users are protected by promptly addressing security vulnerabilities. Below is a table outlining which versions of our project currently receive security updates: | Version | Supported | | ------- | ------------------ | | 5.1.x | :white_check_mark: | | 5.0.x | :x: | | 4.0.x | :white_check_mark: | | < 4.0 | :x: | We encourage all users to run the latest, supported version of the software to ensure they are applying the most recent security patches and updates. ## Reporting a Vulnerability We take the security of our project seriously. If you believe you have found a security vulnerability within our software, we encourage you to report it to us as quickly as possible. We welcome reports from everyone, including security researchers, developers, and our user community. To report a security issue, please send an email to [security@resend.com](mailto:security@resend.com). --- # React Email Documentation # Source: https://raw.githubusercontent.com/resend/react-email/main/README.md # Path: README.md ![React email cover](https://react.email/static/covers/react-email.png)
React Email
The next generation of writing emails.
High-quality, unstyled components for creating emails.

Website · GitHub
## Introduction A collection of high-quality, unstyled components for creating beautiful emails using React and TypeScript. It reduces the pain of coding responsive emails with dark mode support. It also takes care of inconsistencies between Gmail, Outlook, and other email clients for you. ## Why We believe that email is an extremely important medium for people to communicate. However, we need to stop developing emails like 2010, and rethink how email can be done in 2025 and beyond. Email development needs a revamp. A renovation. Modernized for the way we build web apps today. ## Install Install one of the components from your command line. #### With yarn ```sh yarn add @react-email/components -E ``` #### With npm ```sh npm install @react-email/components -E ``` #### With pnpm ```sh pnpm install @react-email/components -E ``` ## Getting started Add the component to your email template. Include styles where needed. ```jsx import { Button } from "@react-email/components"; const Email = () => { return ( ); }; ``` ## Components A set of standard components to help you build amazing emails without having to deal with the mess of creating table-based layouts and maintaining archaic markup. - [Body](https://github.com/resend/react-email/tree/main/packages/body) - [Button](https://github.com/resend/react-email/tree/main/packages/button) - [CodeBlock](https://github.com/resend/react-email/tree/main/packages/code-block) - [CodeInline](https://github.com/resend/react-email/tree/main/packages/code-inline) - [Column](https://github.com/resend/react-email/tree/main/packages/column) - [Container](https://github.com/resend/react-email/tree/main/packages/container) - [Divider](https://github.com/resend/react-email/tree/main/packages/hr) - [Font](https://github.com/resend/react-email/tree/main/packages/font) - [Head](https://github.com/resend/react-email/tree/main/packages/head) - [Heading](https://github.com/resend/react-email/tree/main/packages/heading) - [Html](https://github.com/resend/react-email/tree/main/packages/html) - [Image](https://github.com/resend/react-email/tree/main/packages/img) - [Link](https://github.com/resend/react-email/tree/main/packages/link) - [Markdown](https://github.com/resend/react-email/tree/main/packages/markdown) - [Paragraph](https://github.com/resend/react-email/tree/main/packages/text) - [Preview](https://github.com/resend/react-email/tree/main/packages/preview) - [Section](https://github.com/resend/react-email/tree/main/packages/section) ## Integrations Emails built with React Email can be converted into HTML and sent using any email service provider. Here are some examples: - [Resend](https://github.com/resend/react-email/tree/main/examples/resend) - [Nodemailer](https://github.com/resend/react-email/tree/main/examples/nodemailer) - [SendGrid](https://github.com/resend/react-email/tree/main/examples/sendgrid) - [Postmark](https://github.com/resend/react-email/tree/main/examples/postmark) - [AWS SES](https://github.com/resend/react-email/tree/main/examples/aws-ses) - [Plunk](https://github.com/resend/react-email/tree/main/examples/plunk) - [Scaleway](https://github.com/resend/react-email/tree/main/examples/scaleway) ## Support All components were tested using the most popular email clients. | Gmail logo | Apple Mail | Outlook logo | Yahoo! Mail logo | HEY logo | Superhuman logo | | -------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------ | | Gmail ✔ | Apple Mail ✔ | Outlook ✔ | Yahoo! Mail ✔ | HEY ✔ | Superhuman ✔ | ## Development workflow 1. [Setting up your development environment](https://react.email/docs/contributing/development-workflow/1-setup) 2. [Running tests](https://react.email/docs/contributing/development-workflow/2-running-tests) 3. [Linting](https://react.email/docs/contributing/development-workflow/3-linting) 4. [Building](https://react.email/docs/contributing/development-workflow/4-building) 5. [Writing documentation](https://react.email/docs/contributing/development-workflow/5-writing-docs) ## Contributing - [Contribution Guide](https://react.email/docs/contributing) ## Authors - Bu Kinoshita ([@bukinoshita](https://twitter.com/bukinoshita)) - Zeno Rocha ([@zenorocha](https://twitter.com/zenorocha)) ## License MIT License