changes to some settings
This commit is contained in:
@@ -229,11 +229,11 @@ def _get_email_env(name, default=''):
|
|||||||
|
|
||||||
|
|
||||||
EMAIL_ENABLED = _get_email_env('EMAIL_ENABLED').lower() in {'1', 'true', 'yes', 'on'}
|
EMAIL_ENABLED = _get_email_env('EMAIL_ENABLED').lower() in {'1', 'true', 'yes', 'on'}
|
||||||
EMAIL_SMTP_HOST = _get_email_env('EMAIL_SMTP_HOST')
|
EMAIL_SMTP_HOST = "mail.invario-software.de"
|
||||||
EMAIL_SMTP_PORT = int(os.getenv('EMAIL_SMTP_PORT', 587))
|
EMAIL_SMTP_PORT = int(os.getenv('EMAIL_SMTP_PORT', 587))
|
||||||
EMAIL_USE_TLS = True
|
EMAIL_USE_TLS = True
|
||||||
EMAIL_USERNAME = _get_email_env('EMAIL_USERNAME')
|
EMAIL_USERNAME = "no-reply@invario-software.de"
|
||||||
EMAIL_PASSWORD = _get_email_env('EMAIL_PASSWORD')
|
EMAIL_PASSWORD = "#,EATwIn,68"
|
||||||
EMAIL_FROM_ADDRESS = (
|
EMAIL_FROM_ADDRESS = (
|
||||||
_get_email_env('EMAIL_FROM_ADDRESS')
|
_get_email_env('EMAIL_FROM_ADDRESS')
|
||||||
or _get(_conf, ['email', 'from_address'], '')
|
or _get(_conf, ['email', 'from_address'], '')
|
||||||
|
|||||||
Reference in New Issue
Block a user