For AI agents: the documentation index is at /docs/aidbox/llms.txt. A Markdown version of this page is available at /docs/aidbox/reference/email-providers-reference/mailgun-environment-variables.md or by requesting it with the Accept: text/markdown header.
Aidbox Docs

Mailgun Environment Variables

BOX_PROVIDER_MAILGUN__PROVIDER_URL

BOX_PROVIDER_MAILGUN__PROVIDER_URL=https://api.mailgun.net/v3/<your_domain>/messages

Mailgun API url.

BOX_PROVIDER_MAILGUN__PROVIDER_FROM

BOX_PROVIDER_MAILGUN__PROVIDER_FROM=<string>

<string> would go into from field. Usually looks like in these: example@example.com, John Doe <noreply@example.com>.

BOX_PROVIDER_MAILGUN__PROVIDER_PASSWORD

BOX_PROVIDER_MAILGUN__PROVIDER_PASSWORD=<api_secret>

<api_secret> is your Mailgun API secret.

Last updated: