简介
Resend 是一个面向开发者的现代邮件 API,GitHub 15,000+ stars。支持 React Email 模板、Webhook 送达追踪和内置送达率监控。3 行代码发送交易邮件。免费层 3000 封/月。
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.
这里应该同时让用户和 Agent 知道第一步该复制什么、安装什么、落到哪里。
npm install resendimport { 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 封/月。