https://github.com/resend/resend-react-intl-example
This example shows how to use Resend and React Email with React Intl
https://github.com/resend/resend-react-intl-example
Last synced: 5 months ago
JSON representation
This example shows how to use Resend and React Email with React Intl
- Host: GitHub
- URL: https://github.com/resend/resend-react-intl-example
- Owner: resend
- License: mit
- Created: 2025-11-25T16:00:08.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2026-01-19T17:15:14.000Z (5 months ago)
- Last Synced: 2026-01-19T18:43:50.972Z (5 months ago)
- Language: TypeScript
- Homepage:
- Size: 83 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Resend and React Email with React Intl
This example shows how to use [Resend](https://resend.com) and [React Email](https://react.email) with [React Intl](https://formatjs.github.io/docs/react-intl).
## 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