Mailgun is a reliable email delivery service used for transactional and marketing emails. Kurrier can connect directly to your Mailgun account via its API key for sending and receiving emails.Documentation Index
Fetch the complete documentation index at: https://docs.kurrier.io/llms.txt
Use this file to discover all available pages before exploring further.
1. Overview
When you integrate Mailgun with Kurrier, the app uses Mailgun’s REST API for sending emails and optional inbound routing. Setup takes just one step — adding your Mailgun API key.2. Adding Mailgun in Kurrier
In Kurrier, go to:Dashboard → Providers → Add Provider → MailgunYou’ll see a single required field:
| Field | Description | Example |
|---|---|---|
| MAILGUN_API_KEY | Your private API key from the Mailgun dashboard | key-9f6a41e71113d30cadeb28c-1ae02a08-07217cd |
3. Where to Find Your API Key
- Log in to your Mailgun Dashboard.
- Navigate to Settings → API Keys.
- Copy your Private API key (not the Public one).
- Paste it into Kurrier’s field and click Submit.
💡 You may use either the EU or US region keys — Kurrier will detect the correct endpoint automatically.