Commit 2fc912fc by rongjun

bug

parent 62b28b21
......@@ -255,11 +255,11 @@ REST_FRAMEWORK = {
# = Email =
# ==========
EMAIL_HOST = 'smtp.exmail.qq.com'
EMAIL_PORT = 25
EMAIL_PORT = 465
EMAIL_HOST_USER = 'notify@huxiapp.com'
EMAIL_HOST_PASSWORD = 'HuXiJianr3n'
EMAIL_USE_TLS = True
# EMAIL_USE_SSL = True
# EMAIL_USE_TLS = True
EMAIL_USE_SSL = True
EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend'
Q_CLUSTER = {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment