Skip to main content
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

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