Guides
Use with React Email
A guide on how to use Unsend with React Email
Introduction
React Email is a library for building emails with React. In this guide, we will show you how to use Unsend with React Email.
Install dependencies
Create an email template
Send an email using Unsend
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