Resend Email Service Guide
Set up transactional email delivery in your BuiltStack project using Resend.
- Sign up at Resend and create a new sender domain.
- Get your API key from the Resend dashboard.
- Install the Resend SDK:
npm install resend - Add your API key to your
.env file as RESEND_API_KEY. - Use the BuiltStack CLI or update your code to send emails via Resend.
For more, see the Resend docs.