Node.js
RedwoodJS
Learn how to send your first email using Redwood.js and the Resend Node.js SDK.
Prerequisites
To get the most out of this guide, you’ll need to:
1. Install
Get the Resend Node.js SDK.
2. Send email using HTML
The easiest way to send an email is by using the html
parameter.
api/src/functions/send/send.ts
3. Try it yourself
Redwood.js Example
See the full source code.