ShipKit.one
Email

Resend

Configure Resend for email delivery.

Overview

Resend is used for Magic Link and notification emails.

Quick start

1) Create an API key

  1. Sign up on Resend.
  2. Create an API key in the dashboard.

2) Verify your domain

  1. Add your sending domain in Resend.
  2. Add the DNS records (SPF/DKIM).
  3. Wait for verification to complete.

3) Configure environment variables

RESEND_API_KEY=your_resend_api_key
EMAIL_FROM=no-reply@yourdomain.com

4) Verify delivery

Trigger a Magic Link login and confirm delivery in the Resend logs.

References

On this page