This example shows how to use Resend with Vercel Edge Functions.
To get the most out of this guide, you’ll need to:
- Install dependencies:
npm install
# or
yarn
- Run Next.js locally:
npm run dev
- Open URL in the browser:
http://localhost:3000/api/send
MIT License