This example shows how to use Resend with React Email + Next.js + Vercel.
Deploy the example using Vercel:
- Define environment variables in
.env
file.
cp .env.example .env
- Install dependencies:
npm install
# or
pnpm install
- Run Next.js locally:
npm run dev
- Run React Email locally:
npm run email
- Submit form
MIT License