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.

SC
Script Depot · Community
快速使用

先拿来用,再决定要不要深挖

这里应该同时让用户和 Agent 知道第一步该复制什么、安装什么、落到哪里。

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>" });

简介

Resend 是一个面向开发者的现代邮件 API,GitHub 15,000+ stars。支持 React Email 模板、Webhook 送达追踪和内置送达率监控。3 行代码发送交易邮件。免费层 3000 封/月。


🙏

来源与感谢

Created by Resend. Licensed under MIT.

resend — stars 15,000+

讨论

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

相关资产