Skip to main content

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.

In order to use React Email with any email service provider, you’ll need to convert the components made with React into a HTML string. This is done using the render utility. Or you can integrate React Email into your NodeJS application by installing @babel/preset-typescript and adding a .babelrc config file:
npm install -D @babel/preset-typescript
.babelrc
{
  "presets": ["@babel/preset-typescript"]
}

Resend

Send email using Resend

Nodemailer

Send email using Nodemailer

Mailgun

Send email using Mailgun

SendGrid

Send email using SendGrid

Postmark

Send email using Postmark

AWS SES

Send email using AWS SES

MailerSend

Send email using MailerSend

Scaleway

Send email using Scaleway

Plunk

Send email using Plunk