This example shows how to use Resend and React Email with React Intl.
To get the most out of this guide, you’ll need to:
- Define environment variables in
.envfile:
cp .env.example .env- Install dependencies
npm install- Run Next.js app locally:
npm run dev- Open http://localhost:3000 in the browser
MIT License