An open API service indexing awesome lists of open source software.

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

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