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.
Try it yourself
Resend example
See the full source code.