Răsfoiți Sursa

Change comment

Johannes 8 ani în urmă
părinte
comite
04f134c685
1 a modificat fișierele cu 1 adăugiri și 2 ștergeri
  1. 1 2
      local.py

+ 1 - 2
local.py

@@ -16,8 +16,7 @@ PUBLIC_REGISTER_ENABLED = True
 DEFAULT_FROM_EMAIL = "##MAIL_FROM##"
 SERVER_EMAIL = DEFAULT_FROM_EMAIL
 
-# Uncomment and populate with proper connection parameters
-# for enable email sending. EMAIL_HOST_USER should end by @domain.tld
+# Setup email
 EMAIL_BACKEND = "django.core.mail.backends.smtp.EmailBackend"
 EMAIL_USE_TLS = False
 EMAIL_HOST = "##MAIL_SMTP_SERVER##"