fix email settings bug
This commit is contained in:
@@ -257,7 +257,7 @@ EMAIL_HOST = CFG['email_host']
|
||||
EMAIL_PORT = '25'
|
||||
EMAIL_HOST_USER = CFG['email_host_user']
|
||||
#EMAIL_HOST_PASSWORD = 'lnD3mbZ1NoI8RK1StOdO'
|
||||
EMAIL_HOST_PASSWORD = ['email_host_password']
|
||||
EMAIL_HOST_PASSWORD = CFG['email_host_password']
|
||||
EMAIL_USE_TLS = True
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user