Resend Email
Email sending with React Email templates for transactional emails.
Quick Setup
1
Install the CLI: npx @integrateapi/cli add resend
2
Create a Resend account at resend.com
3
Add API key to .env.local: RESEND_API_KEY
4
Add and verify your domain in Resend dashboard
5
Customize email templates in lib/resend/emails/
What You Can Build
✓
Send welcome emails to new users
✓
Send password reset emails
✓
Send purchase confirmation emails
✓
Create custom React Email templates
Installation Command
npx @integrateapi/cli add resend