Mailgun environment variables
BOX_PROVIDER_MAILGUN__PROVIDER_URL
Mailgun API url.
BOX_PROVIDER_MAILGUN__PROVIDER_FROM
<string>
would go into from field. Usually looks like in these: example@example.com
, John Doe <noreply@example.com>
.
BOX_PROVIDER_MAILGUN__PROVIDER_PASSWORD
<api_secret>
is your Mailgun API secret.
Last updated