Skip to content

Commit

Permalink
remove mailgun config
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmurilo75 committed Feb 28, 2024
1 parent 7c8ef72 commit 707cfa3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions config/settings/production.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,12 +99,12 @@
# https://docs.djangoproject.com/en/dev/ref/settings/#email-backend
# https://anymail.readthedocs.io/en/stable/installation/#anymail-settings-reference
# https://anymail.readthedocs.io/en/stable/esps/mailgun/
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"),
}
# 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"),
# }

# django-compressor
# ------------------------------------------------------------------------------
Expand Down

0 comments on commit 707cfa3

Please sign in to comment.