Email Integration

Email configuration using Resend in ShipKit

Email Integration

ShipKit uses Resend for sending transactional emails, marketing campaigns, and authentication emails.

Features

  • Transactional emails
  • Marketing campaigns
  • Authentication emails
  • Email templates
  • Analytics and tracking
  • DKIM and SPF setup

Configuration

Add these environment variables to enable email functionality:

# Required
AUTH_RESEND_KEY=your_resend_api_key

# Optional - For audience management
RESEND_AUDIENCE_ID=your_audience_id

Get your API key from the Resend Dashboard.

Domain Setup

  1. Add your domain in the Resend Dashboard
  2. Configure DNS records for DKIM and SPF
  3. Verify domain ownership

Resources