Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 659 Bytes

File metadata and controls

36 lines (22 loc) · 659 Bytes

Resend and React Email with React Intl

This example shows how to use Resend and React Email with React Intl.

Prerequisites

To get the most out of this guide, you’ll need to:

Instructions

  1. Define environment variables in .env file:
cp .env.example .env
  1. Install dependencies
npm install
  1. Run Next.js app locally:
npm run dev
  1. Open http://localhost:3000 in the browser

License

MIT License