> ## Documentation Index
> Fetch the complete documentation index at: https://docs.migma.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Resend Integration

> Use Resend as a delivery provider for Migma sends.

Use Resend when your team already sends application or lifecycle email through Resend and wants Migma-created emails to use that delivery path.

## What Resend does in Migma

<CardGroup cols={2}>
  <Card title="Delivery provider" icon="paper-plane">
    Migma owns the email workflow and Resend handles delivery.
  </Card>

  <Card title="Developer-friendly setup" icon="code-bracket">
    Good fit for teams that already use Resend for app email.
  </Card>

  <Card title="Verified domain required" icon="shield-check">
    Use a sender domain approved for Resend delivery.
  </Card>

  <Card title="Works with Migma APIs" icon="terminal">
    Select Resend when using Migma sends from app code or CLI workflows.
  </Card>
</CardGroup>

## Setup checklist

<Steps>
  <Step title="Prepare Resend">
    Make sure your sending domain is verified in Resend.
  </Step>

  <Step title="Connect Resend in Migma">
    Open **Settings** and connect Resend under email providers.
  </Step>

  <Step title="Choose Resend for delivery">
    Select Resend when sending from Migma or through the API.
  </Step>

  <Step title="Send a test">
    Check rendering, sender, reply-to, and tracking before campaign approval.
  </Step>
</Steps>

## Related docs

<CardGroup cols={2}>
  <Card title="Migma vs Resend" icon="scale-balanced" href="/comparisons/migma-vs-resend">
    Compare creation, sending, and developer workflows.
  </Card>

  <Card title="Email Service Providers" icon="envelope" href="/integrations/email-service-providers">
    Compare direct sending providers.
  </Card>
</CardGroup>
