This example shows how to use Resend with RedwoodJS.
To get the most out of this guide, you’ll need to:
-
Define environment variables in
.env
file. -
Install dependencies:
yarn
- Execute the following command:
yarn redwood dev
- Open URL in the browser:
http://localhost:8910/api/send
MIT License