mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-05-13 23:23:09 +00:00
Added the MAILGUN_API_URL variable to the ANYMAIL configuration so we can easily switch to the EU region for mailgun
This commit is contained in:
parent
3f756b7627
commit
17e7d603cf
1 changed files with 1 additions and 0 deletions
|
|
@ -161,6 +161,7 @@ EMAIL_BACKEND = "anymail.backends.mailgun.EmailBackend"
|
|||
ANYMAIL = {
|
||||
"MAILGUN_API_KEY": env("MAILGUN_API_KEY"),
|
||||
"MAILGUN_SENDER_DOMAIN": env("MAILGUN_DOMAIN"),
|
||||
"MAILGUN_API_URL": env("MAILGUN_API_URL", default="https://api.mailgun.net/v3"),
|
||||
}
|
||||
|
||||
# Gunicorn
|
||||
|
|
|
|||
Loading…
Reference in a new issue