Skip to main content

Introduction

React Email is a library for building emails with React. In this guide, we will show you how to use useSend with React Email.

Install dependencies

Create an email template

Send an email using useSend

Build your project

JavaScript

If you’re using nodejs, importing email.jsx might fail. make sure to add these to your babel config:
Checkout this example

TypeScript

Just add jsx to your tsconfig.json
Checkout this example