This example shows how to use Resend with Express.
To get the most out of this guide, you’ll need to:
-
Define environment variables in
.env
file. -
Install dependencies:
npm install
# or
yarn
- Run Express locally:
npm run dev
- Open URL in the browser:
http://localhost:3000
MIT License