mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Adjust default email settings
This commit is contained in:
parent
96efb0eb28
commit
04318c6d70
@ -524,10 +524,7 @@ EMAIL_HOST_PASSWORD = get_setting(
|
|||||||
email_config.get('password', ''),
|
email_config.get('password', ''),
|
||||||
)
|
)
|
||||||
|
|
||||||
EMAIL_SUBJECT_PREFIX = get_setting(
|
EMAIL_SUBJECT_PREFIX = '[InvenTree] ')
|
||||||
'INVENTREE_EMAIL_PREFIX',
|
|
||||||
email_config.get('prefix', '[InvenTree] '),
|
|
||||||
)
|
|
||||||
|
|
||||||
EMAIL_USE_LOCALTIME = False
|
EMAIL_USE_LOCALTIME = False
|
||||||
|
|
||||||
|
@ -80,11 +80,11 @@ currencies:
|
|||||||
# Refer to the InvenTree documentation for more information
|
# Refer to the InvenTree documentation for more information
|
||||||
|
|
||||||
email:
|
email:
|
||||||
|
# backend: 'django.core.mail.backends.smtp.EmailBackend'
|
||||||
host: ''
|
host: ''
|
||||||
port: 25
|
port: 25
|
||||||
username: ''
|
username: ''
|
||||||
password: ''
|
password: ''
|
||||||
prefix: '[InvenTree] '
|
|
||||||
tls: False
|
tls: False
|
||||||
ssl: False
|
ssl: False
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user