- Send transactional email through the Mailgun API
- Send from a verified sending domain you manage in Mailgun
- Track delivery events such as bounces, complaints, and unsubscribes
- Read message and event metadata for auditing or in-app status
- Read domain and route information from your Mailgun account
Common use cases and example apps
These examples show what you can build with Mailgun, each with a prompt to start from.How to connect Mailgun
Who can create Mailgun connections depends on your plan and workspace settings. App + chat connectors are available by default on Free, Pro, and Business plans. On Enterprise plans, they are effectively disabled at first: Who can create connections and clients defaults to No one until an admin changes it in Connectors → Admin settings → App + chat connectors. You can create multiple Mailgun connections using different API keys, which is useful for separating environments (for example, development and production), targeting different Mailgun accounts, or using keys with different rate limits. When the connection is created, you can link it to the projects where you want to use it. Anyone building in a project can ask Lovable in chat to link their project to it.Prerequisites
Before connecting Mailgun, make sure you have:- A Mailgun account
- A verified sending domain in that Mailgun account
- A Mailgun Private API key
- The region where your Mailgun account is hosted (EU or US)
- Permission to create connections in your Lovable workspace (see Who can create connections and clients)
All email sent through this connector counts toward your Mailgun plan and is billed by Mailgun, not Lovable.
Step 1: Get a Mailgun Private API key
A Private API key lets your Lovable app authenticate with the Mailgun API. You can create separate keys for different environments or apps. To create a Mailgun Private API key:1
Open your Mailgun account
Sign in to the Mailgun app with the account that owns your sending domain.
2
Open API keys
3
Create or copy a Private API key
Create a new Private API key (give it a descriptive name, for example
Lovable integration) or copy an existing one.4
Note your account region
Note whether your Mailgun account is hosted in the EU or US region. You’ll need to select the matching region in Lovable.
Step 2: Connect Mailgun to Lovable
You can create multiple connections using different API keys.1
Open Mailgun in Connectors
Open Connectors and select Mailgun. For the other places to open the catalog from, see Where to find connectors.
2
Add a connection
Click Add connection.
3
Configure the connection
- Display name: name the connection, for example
Mailgun Prod. This name is only used inside Lovable to identify the connection. - API region: select the region your Mailgun account is hosted in, European Union (api.eu.mailgun.net) or United States (api.mailgun.net). The default is European Union. The region must match the account the API key belongs to. A US key does not authenticate against the EU API.
- Private API key: paste your Mailgun Private API key.
4
Choose who can use this connection
Under Who can use this connection, decide who in your workspace can use the connection. You start as the only person with access:
- Only you (default): leave the access list as is; only you can use the connection and its associated data.
- Invite specific people: add workspace members by email; only you and the people you add can use the connection and its associated data.
- Invite entire workspace: click Invite entire workspace to make the connection available to everyone in your Lovable workspace.
5
Connect
Click Connect. Lovable verifies the key against the Mailgun API for the selected region before saving the connection.
Sending from your domain
Mailgun sends email from domains you’ve verified in your Mailgun account. The connector does not configure DNS or verify domains for you. Before sending, make sure your sending domain is set up in the Mailgun app and shows as verified, with the required DKIM and SPF records added at your DNS provider. When prompting Lovable, mention the address you want to send from (for example,noreply@mydomain.com) so your app uses it consistently.
Limitations
The Mailgun connector cannot:- Verify or register sending domains for you. Configure these in the Mailgun app first.
- Receive Mailgun event webhooks through the connector. Poll Mailgun’s events API instead, or configure webhooks in Mailgun to an endpoint outside Lovable.
- Refresh or rotate API keys automatically. To rotate, generate a new key in Mailgun and update the Lovable connection.
- Use more than one region per connection. A single connection authenticates against either the EU or US Mailgun API.
- Support per-end-user Mailgun login. Each connection represents a single Mailgun account shared across all projects linked to it.
Manage your connection
Connections are managed from Connectors: select , then open the connection.- Unlink projects to remove access from specific projects while keeping the connection available for others. See Unlink projects from a connection for the steps.
- Delete the connection to remove it from the workspace entirely. Deleting is permanent. It removes the credentials from all linked projects, and app features that use stop working until a new connection is added. See Delete a connection for the steps and who can delete.