Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 514 Bytes

readme.md

File metadata and controls

36 lines (23 loc) · 514 Bytes

Resend with React Email on Edge

This example shows how to use Resend with React Email on Edge.

Prerequisites

To get the most out of this guide, you’ll need to:

Instructions

  1. Install dependencies:
npm install
# or
yarn
  1. Run Next.js locally:
npm run dev
  1. Open URL in the browser:
http://localhost:3000/api/send

License

MIT License