Scripts2026年4月7日·1 分钟阅读

Resend — Modern Email API for Developers

Developer-first email API with React Email templates, webhooks, and deliverability built-in. Send transactional emails with beautiful templates in 3 lines of code. By the creator of Novu. 15,000+ stars.

介绍

Resend is a modern developer-focused email API with 15,000+ GitHub stars. Supports React Email templates, webhook delivery tracking, and built-in deliverability monitoring. Send transactional emails in three lines of code. Free tier includes 3,000 emails/month.


Quick Start

npm install resend
import { Resend } from "resend";
const resend = new Resend("re_your_key");
await resend.emails.send({ from: "you@domain.com", to: "user@example.com", subject: "Welcome!", html: "<h1>Hello!</h1>" });

Overview

Resend is a modern developer-focused email API with 15,000+ GitHub stars. Supports React Email templates, webhook delivery tracking, and built-in deliverability monitoring. Send transactional emails in three lines of code. Free tier includes 3,000 emails/month.


Source & Thanks

Created by Resend. Licensed under MIT.

resend — stars 15,000+

🙏

来源与感谢

Created by Resend. Licensed under MIT.

resend — stars 15,000+

讨论

登录后参与讨论。
还没有评论,来写第一条吧。

相关资产