This example shows how to use Resend with Nuxt.
To get the most out of this guide, you’ll need to:
- Define environment variables in
.env
file.
cp .env.example .env
- Install dependencies:
pnpm install
- Run Nuxt locally:
pnpm dev
- Open URL in the browser:
http://localhost:3000/api/send
MIT License