https://github.com/resend/resend-react-email-edge
This example shows how to use Resend with React Email on Edge
https://github.com/resend/resend-react-email-edge
Last synced: 10 months ago
JSON representation
This example shows how to use Resend with React Email on Edge
- Host: GitHub
- URL: https://github.com/resend/resend-react-email-edge
- Owner: resend
- Created: 2023-06-28T13:08:01.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-08T20:59:08.000Z (about 1 year ago)
- Last Synced: 2025-04-13T05:45:48.325Z (about 1 year ago)
- Language: TypeScript
- Size: 426 KB
- Stars: 12
- Watchers: 1
- Forks: 1
- Open Issues: 14
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Resend with React Email on Edge
This example shows how to use Resend with [React Email](https://react.email) on Edge.
## Prerequisites
To get the most out of this guide, you’ll need to:
- [Create an API key](https://resend.com/api-keys)
- [Verify your domain](https://resend.com/domains)
## Instructions
1. Install dependencies:
```sh
npm install
# or
yarn
```
2. Run Next.js locally:
```sh
npm run dev
```
3. Open URL in the browser:
```
http://localhost:3000/api/send
```
## License
MIT License