Send emails with Vercel Functions.
This example shows how to use Resend with React Email + Next.js + Vercel.
Deploy the example using Vercel:
.env
1cp .env.example .env
1npm install2# or3pnpm install
1npm run dev
1npm run email
MIT License