Last updated 2 years ago
Was this helpful?
Mailgun API url.
<string> would go into from field. Usually looks like in these: example@example.com, John Doe <noreply@example.com>.
<string>
example@example.com
John Doe <noreply@example.com>
<api_secret> is your Mailgun API secret.
<api_secret>
BOX_PROVIDER_MAILGUN__PROVIDER_URL=https://api.mailgun.net/v3/<your_domain>/messages
BOX_PROVIDER_MAILGUN__PROVIDER_FROM=<string>
BOX_PROVIDER_MAILGUN__PROVIDER_PASSWORD=<api_secret>