Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 396 Bytes

readme.md

File metadata and controls

31 lines (20 loc) · 396 Bytes

Resend with Next.js (App Router)

This example shows how to use Resend with Next.js.

Instructions

  1. Define environment variables in .env file.

  2. Install dependencies:

npm install
# or
yarn
  1. Run Next.js locally:
npm run dev
  1. Make a curl request
curl -X POST http://localhost:3000/api/send

License

MIT License