Mailgun environment variables
BOX_PROVIDER_MAILGUN__PROVIDER_URL=https://api.mailgun.net/v3/<your_domain>/messages
Mailgun API url.
BOX_PROVIDER_MAILGUN__PROVIDER_FROM=<string>
<string>
would go into from field. Usually looks like in these: [email protected]
, John Doe <[email protected]>
.BOX_PROVIDER_MAILGUN__PROVIDER_PASSWORD=<api_secret>
<api_secret>
is your Mailgun API secret.Last modified 6mo ago