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

# Mailgun

***Prerequisite:***

* A Mailgun account
* A verified sending domain in Mailgun
* API Key with appropriate permissions

<img src="https://mintcdn.com/siren/q3XgL8jc8gQ9gho_/docs/Images/Providers/Integrations/Email/MailgunConfig.PNG?fit=max&auto=format&n=q3XgL8jc8gQ9gho_&q=85&s=ff7d5e3f3bbdb5394a9dd0d3d1b76b68" alt="Mailgun Configuration" width="1920" height="914" data-path="docs/Images/Providers/Integrations/Email/MailgunConfig.PNG" />

## Integration Setup

To integrate your Mailgun account with Siren, follow these steps:

<Steps>
  <Step title="Navigate to Providers">
    Go to the **Providers** section in your Siren dashboard.
  </Step>

  <Step title="Select Email Channel">
    Choose the **Email** channel from the available options.
  </Step>

  <Step title="Choose Mailgun">
    Locate Mailgun in the list of providers and click on **Add Account**.
  </Step>

  <Step title="Enter Account Details">
    In the pop-up window, fill in the required information:

    * **Custom Name**: A name to identify this integration in Siren
    * **API Key**:
      * Log in to your [Mailgun account](https://app.mailgun.com/)
      * Navigate to **Sending** > **API Keys**
      * Create a new API key or use an existing one
      * Make sure it has the necessary permissions
    * **Domain**: Your verified sending domain in Mailgun
    * **From Email**: The email address that will appear as the sender (must be from your verified domain)
    * **From Name**: The name that will appear as the sender
    * **Reply To**: (Optional) Email address for replies
    * **Content Type**: Choose between **Text/Plain** or **Text/HTML**
  </Step>

  <Step title="Save Configuration">
    Click **Save** to complete the setup.
  </Step>
</Steps>
