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

https://github.com/resend/resend-next-intl-example

This example shows how to use Resend and React Email with next-intl
https://github.com/resend/resend-next-intl-example

Last synced: 5 months ago
JSON representation

This example shows how to use Resend and React Email with next-intl

Awesome Lists containing this project

README

          

# Resend and React Email with next-intl

This example shows how to use [Resend](https://resend.com) and [React Email](https://react.email) with [next-intl](https://next-intl.dev/).

## 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. Define environment variables in `.env` file:

```sh
cp .env.example .env
```

2. Install dependencies

```sh
npm install
```

3. Run Next.js app locally:

```sh
npm run dev
```

4. Open http://localhost:3000 in the browser

## License

MIT License