mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-10-22 16:31:33 +00:00
0402
This commit is contained in:
@@ -121,3 +121,10 @@ USE_TZ = False
|
||||
|
||||
STATIC_URL = '/static/'
|
||||
|
||||
# mail config
|
||||
EMAIL_HOST = config.get('mail', 'email_host')
|
||||
EMAIL_PORT = config.get('mail', 'email_port')
|
||||
EMAIL_HOST_USER = config.get('mail', 'email_host_user')
|
||||
EMAIL_HOST_PASSWORD = config.get('mail', 'email_host_password')
|
||||
EMAIL_USE_TLS = config.get('mail', 'email_use_tls')
|
||||
|
||||
|
Reference in New Issue
Block a user