RESEND AI Learn more →
Email for developers
The best API to reach humans instead of spam folders. Build, test, and deliver transactional emails at scale.
send.ts
import { Resend } from 'resend';
const resend = new Resend('re_123456789');
resend.emails.send({
from: 'onboarding@resend.dev',
to: 'user@gmail.com',
subject: 'Welcome aboard',
html: '<p>Congratulations on signing up!</p>'
});
const resend = new Resend('re_123456789');
resend.emails.send({
from: 'onboarding@resend.dev',
to: 'user@gmail.com',
subject: 'Welcome aboard',
html: '<p>Congratulations on signing up!</p>'
});
Develop with confidence
React Email
A collection of high-quality, unstyled components for creating beautiful emails using React and TypeScript.
Explore components →Webhooks
Receive notifications about your email delivery. Track bounces, complaints, and opens in real-time.
View documentation →