Skip to content

This example shows how to use Resend with React Email Vercel Next.js

License

Notifications You must be signed in to change notification settings

gabrielmfern/resend-vercel-example

 
 

Repository files navigation

Resend with React Email Next.js Vercel

This example shows how to use Resend with React Email Next.js Vercel.

Deploy your own

Deploy the example using Vercel:

Deploy with Vercel

Instructions

  1. Define environment variables in .env file.
cp .env.example .env
  1. Install dependencies:
npm install
# or
pnpm install
  1. Run Next.js locally:
npm run dev
  1. Run React Email locally:
npm run email
  1. Submit form

License

MIT License

About

This example shows how to use Resend with React Email Vercel Next.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 94.6%
  • JavaScript 4.8%
  • CSS 0.6%