This commit is contained in:
Flatlogic Bot 2026-02-03 20:31:17 +00:00
parent bcf2bc58dd
commit 6cb2211e8f
2 changed files with 2 additions and 2 deletions

View File

@ -159,7 +159,7 @@ STATICFILES_DIRS = [
# Email # Email
EMAIL_BACKEND = os.getenv( EMAIL_BACKEND = os.getenv(
"EMAIL_BACKEND", "EMAIL_BACKEND",
"django.core.mail.backends.smtp.EmailBackend" "django.core.mail.backends.console.EmailBackend"
) )
EMAIL_HOST = os.getenv("EMAIL_HOST", "127.0.0.1") EMAIL_HOST = os.getenv("EMAIL_HOST", "127.0.0.1")
EMAIL_PORT = int(os.getenv("EMAIL_PORT", "587")) EMAIL_PORT = int(os.getenv("EMAIL_PORT", "587"))