This example shows how to use Resend with Remix.
To get the most out of this guide, you’ll need to:
- Define environment variables in
.envfile.
cp .env.example .env- Install dependencies:
pnpm install- Run Remix locally:
pnpm dev- Open URL in the browser:
http://localhost:3000/send
MIT License