BuiltStack

Open Source on GitHub

Resend Email Service Guide

Set up transactional email delivery in your BuiltStack project using Resend.

  1. Sign up at Resend and create a new sender domain.
  2. Get your API key from the Resend dashboard.
  3. Install the Resend SDK: npm install resend
  4. Add your API key to your .env file as RESEND_API_KEY.
  5. Use the BuiltStack CLI or update your code to send emails via Resend.

For more, see the Resend docs.