Node.js

Official Node.js SDK — npm i resent.one

Install the Resent client:

npm install resent.one
import { Resent } from "resent.one";
const resent = new Resent(process.env.RESENT_API_KEY);
await resent.emails.send({
from: "Acme <noreply@yourdomain.com>",
to: "you@example.com",
subject: "Hello World",
html: "<strong>It works!</strong>",
});

Framework guides

Use Resent in your stack:

Next.js · Remix · Nuxt · Astro · SvelteKit · React · Vue · Express · Fastify · Hono · Koa · NestJS · RedwoodJS · Bun · Cloudflare Workers · Vercel · AWS Lambda · Deno · Electron · Node.js

All framework guides →

Package: npmjs.com/package/resent.one · Source: github.com/resentmail/resent-node