Skip to content

Commit

Permalink
add backend to list of real email backends (#6519)
Browse files Browse the repository at this point in the history
  • Loading branch information
escattone authored Feb 21, 2025
1 parent f2644eb commit f001ece
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kitsune/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -841,6 +841,7 @@ def JINJA_CONFIG():
if EMAIL_LOGGING_REAL_BACKEND in (
"bandit.backends.smtp.HijackSMTPBackend",
"django.core.mail.backends.smtp.EmailBackend",
"kitsune.lib.email.SMTPEmailBackendWithSentryCapture",
):
EMAIL_HOST = config("EMAIL_HOST")
EMAIL_HOST_USER = config("EMAIL_HOST_USER")
Expand Down

0 comments on commit f001ece

Please sign in to comment.