We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9570a6 commit c568f25Copy full SHA for c568f25
blog_project/settings.py
@@ -196,7 +196,7 @@
196
EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend'
197
EMAIL_HOST = 'smtp.163.com'
198
EMAIL_PORT = 25
199
-EMAIL_HOST_USER = '[email protected]' # add your own accounts for local test
200
-EMAIL_HOST_PASSWORD = 'yxg19940330'
+EMAIL_HOST_USER = '#####' # add your own accounts for local test
+EMAIL_HOST_PASSWORD = '######'
201
EMAIL_USE_TLS = True
202
DEFAULT_FROM_EMAIL = EMAIL_HOST_USER
0 commit comments