Integrations
Send email using Resend
Learn how to send an email using React Email and the Resend Node.js SDK.
Resend was built by the same team that created React Email, which makes this our recommendation to send emails.
1. Install dependencies
Get the @react-email/components package and the Resend Node.js SDK.
2. Create an email using React
Start by building your email template in a .jsx
or .tsx
file.
email.tsx
3. Send email
When integrating with other services, you need to convert your React template into HTML before sending. Resend takes care of that for you.
Import the email template you just built and use the Resend SDK to send it.
Try it yourself
Resend example
See the full source code.