# React Email ## Docs - [Changelog](https://react.email/docs/changelog.md): New features, bug fixes, and improvements made to each package. - [CLI](https://react.email/docs/cli.md): After installing the React Email package (or cloning a starter), you can start using the command line interface (CLI). - [Button](https://react.email/docs/components/button.md): A link that is styled to look like a button. - [Code Block](https://react.email/docs/components/code-block.md): Display code with a selected theme and regex highlighting using Prism.js. - [Code Inline](https://react.email/docs/components/code-inline.md): Display a predictable inline code HTML element that works on all email clients. - [Column](https://react.email/docs/components/column.md): Display a column that separates content areas vertically in your email. A column needs to be used in combination with a Row component. - [Container](https://react.email/docs/components/container.md): A layout component that centers your content horizontally on a breaking point. - [Font](https://react.email/docs/components/font.md): A React Font component to set your fonts. - [Head](https://react.email/docs/components/head.md): Contains head components, related to the document such as style and meta elements. - [Heading](https://react.email/docs/components/heading.md): A block of heading text. - [Hr](https://react.email/docs/components/hr.md): Display a divider that separates content areas in your email. - [HTML](https://react.email/docs/components/html.md): A React html component to wrap emails. - [Image](https://react.email/docs/components/image.md): Display an image in your email. - [Link](https://react.email/docs/components/link.md): A hyperlink to web pages, email addresses, or anything else a URL can address. - [Markdown](https://react.email/docs/components/markdown.md): A Markdown component that converts markdown to valid react-email template code - [Preview](https://react.email/docs/components/preview.md): A preview text that will be displayed in the inbox of the recipient. - [Row](https://react.email/docs/components/row.md): Display a row that separates content areas horizontally in your email. - [Section](https://react.email/docs/components/section.md): Display a section that can also be formatted using rows and columns. - [Tailwind](https://react.email/docs/components/tailwind.md): A React component to wrap emails with Tailwind CSS. - [Text](https://react.email/docs/components/text.md): A block of text separated by blank spaces. - [Codebase overview](https://react.email/docs/contributing/codebase-overview.md): An overview of the React Email codebase - [Setup](https://react.email/docs/contributing/development-workflow/1-setup.md): Things you will need to do beforehand to setup the project - [Running tests](https://react.email/docs/contributing/development-workflow/2-running-tests.md): Everything you need to know about our testing setup and strategy - [Linting](https://react.email/docs/contributing/development-workflow/3-linting.md): Everything you need to know about linting and formatting - [Building](https://react.email/docs/contributing/development-workflow/4-building.md): How we build each package before publishing - [Writing docs](https://react.email/docs/contributing/development-workflow/5-writing-docs.md) - [Editing the components](https://react.email/docs/contributing/development-workflow/6-editing-the-components.md) - [Getting Started](https://react.email/docs/contributing/introduction.md) - [Opening issues](https://react.email/docs/contributing/opening-issues.md) - [Opening pull requests](https://react.email/docs/contributing/opening-pull-requests.md) - [Deployment](https://react.email/docs/deployment.md): How to deploy the `email dev` preview server to Vercel - [Automatic Setup](https://react.email/docs/getting-started/automatic-setup.md): Add React Email to any JavaScript or TypeScript project in minutes. - [Manual Setup](https://react.email/docs/getting-started/manual-setup.md): Create a brand-new folder with packages powered by React Email. - [Migrating to React Email](https://react.email/docs/getting-started/migrating-to-react-email.md): Migrate from another email rendering framework to React Email - [Setting up for bun workspaces](https://react.email/docs/getting-started/monorepo-setup/bun.md): Configure React Email on a bun monorepo - [Setting up for npm workspaces](https://react.email/docs/getting-started/monorepo-setup/npm.md): Configure React Email on a npm monorepo - [Setting up for pnpm workspaces](https://react.email/docs/getting-started/monorepo-setup/pnpm.md): Configure React Email on a pnpm monorepo - [Setting up for yarn workspaces](https://react.email/docs/getting-started/monorepo-setup/yarn.md): Configure React Email on a yarn monorepo - [Updating React Email](https://react.email/docs/getting-started/updating-react-email.md): How to update from React Email 4.0 to 5.0 - [next-intl](https://react.email/docs/guides/internationalization/next-intl.md): Integrating React Email with next-intl - [react-i18next](https://react.email/docs/guides/internationalization/react-i18next.md): Integrating React Email with react-i18next - [React Intl](https://react.email/docs/guides/internationalization/react-intl.md): Integrating React Email with React Intl - [Send email using AWS SES](https://react.email/docs/integrations/aws-ses.md): Learn how to send an email using React Email and the AWS SES Node.js SDK. - [null](https://react.email/docs/integrations/inbound.md) - [Send email using MailerSend](https://react.email/docs/integrations/mailersend.md): Learn how to send an email using React Email and the MailerSend Node.js SDK. - [Send email using Nodemailer](https://react.email/docs/integrations/nodemailer.md): Learn how to send an email using React Email and Nodemailer. - [Overview](https://react.email/docs/integrations/overview.md): Leverage different email service providers to send emails using React. - [Send email using Plunk](https://react.email/docs/integrations/plunk.md): Learn how to send an email using React Email and the Plunk Node.js SDK. - [Send email using Postmark](https://react.email/docs/integrations/postmark.md): Learn how to send an email using React Email and the Postmark Node.js SDK. - [Send email using Resend](https://react.email/docs/integrations/resend.md): Learn how to send an email and set up Templates using React Email and the Resend Node.js SDK. - [Send email using Scaleway Transactional Email](https://react.email/docs/integrations/scaleway.md): Learn how to send an email using React Email and the Scaleway Node.js SDK. - [Send email using SendGrid](https://react.email/docs/integrations/sendgrid.md): Learn how to send an email using React Email and the SendGrid Node.js SDK. - [React Email](https://react.email/docs/introduction.md): Build and send emails using React and TypeScript. - [Roadmap](https://react.email/docs/roadmap.md): Understand what is currently being prioritized and what we are planning to build in the near future. - [Render](https://react.email/docs/utilities/render.md): Transform React components into HTML email templates. ## Optional - [Components](https://react.email/components) - [Templates](https://demo.react.email/preview/notifications/vercel-invite-user) - [GitHub](https://github.com/resend/react-email)