A Unified hook for sending emails, bring your own provider and use this package to send emails. Works on Node.js, Bun, Deno and Cloudflare Workers. Typesafe and supports modern email providers.
Supported Providers
- Resend
- Sendgrid
- Postmark
- Plunk
- Mailgun
This is my package description.
Install package:
# ✨ Auto-detect
npx nypm install use-email
# npm
npm install use-email
# yarn
yarn add use-email
# pnpm
pnpm install use-email
# bun
bun install use-email
Import:
ESM (Node.js, Bun)
import {} from "use-email";
CommonJS (Legacy Node.js)
const {} = require("use-email");
CDN (Deno, Bun and Browsers)
import {} from "https://esm.sh/use-email";
local development
Published under the MIT license.
Made by community 💛
🤖 auto updated with automd