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
- Host: GitHub
- URL: https://github.com/resend/resend-next-intl-example
- Owner: resend
- License: mit
- Created: 2026-01-13T20:40:52.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2026-01-13T20:51:09.000Z (5 months ago)
- Last Synced: 2026-01-13T22:29:34.303Z (5 months ago)
- Language: TypeScript
- Homepage:
- Size: 43.9 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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