Skip to content

Commit

Permalink
debug log emails
Browse files Browse the repository at this point in the history
  • Loading branch information
david58 committed Nov 21, 2024
1 parent 930b58c commit 191bad4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testovac/settings/production.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ def requiredenv(name):
EMAIL_BACKEND = "django.core.mail.backends.smtp.EmailBackend"

EMAIL_HOST = "smtp-out.default.svc.cluster.local"
DEFAULT_FROM_EMAIL = "testovac@ksp.sk"
SERVER_EMAIL = "testovac@ksp.sk"
DEFAULT_FROM_EMAIL = "davidb@ksp.sk"
SERVER_EMAIL = "davidb@ksp.sk"

0 comments on commit 191bad4

Please sign in to comment.