浏览代码

Change comment

Johannes 8 年之前
父节点
当前提交
04f134c685
共有 1 个文件被更改,包括 1 次插入2 次删除
  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##"