Skip to content

Commit

Permalink
修改邮件服务器至zoho
Browse files Browse the repository at this point in the history
  • Loading branch information
liangliangyy committed Aug 4, 2017
1 parent 2a9b9cb commit 7e5c3ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DjangoBlog/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@
EMAIL_USE_TLS = True
# EMAIL_USE_SSL = True

EMAIL_HOST = 'smtp.exmail.qq.com'
EMAIL_HOST = 'smtp.zoho.com'
EMAIL_PORT = 587
EMAIL_HOST_USER = os.environ.get('DJANGO_EMAIL_USER')
EMAIL_HOST_PASSWORD = os.environ.get('DJANGO_EMAIL_PASSWORD')
Expand Down

0 comments on commit 7e5c3ea

Please sign in to comment.