> ## 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.

# Mailgun Integration

> Use Mailgun as a delivery provider for Migma sends.

Use Mailgun when your team already manages delivery infrastructure in Mailgun and wants Migma-created emails to use that provider.

## What Mailgun does in Migma

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

  <Card title="Existing sender setup" icon="server">
    Good fit when Mailgun already manages your sending domain and delivery rules.
  </Card>

  <Card title="Campaign and API sends" icon="code-bracket">
    Use Mailgun as the selected provider for Migma sends.
  </Card>

  <Card title="Review before send" icon="shield-check">
    Test the email and sender setup before approving campaign delivery.
  </Card>
</CardGroup>

## Setup checklist

<Steps>
  <Step title="Prepare Mailgun">
    Confirm the sending domain is verified and ready in Mailgun.
  </Step>

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

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

  <Step title="Monitor results">
    Review Migma logs and Mailgun delivery status after sending.
  </Step>
</Steps>

## Related docs

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

  <Card title="Sending Domains" icon="globe" href="/sending-domains/overview">
    Prepare sender identity and domain health.
  </Card>
</CardGroup>
