mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
disable email by default
This commit is contained in:
parent
32918348b9
commit
41ccacaa05
@ -29,7 +29,7 @@ class CoreNotificationsPlugin(SettingsMixin, IntegrationPluginBase):
|
|||||||
'ENABLE_NOTIFICATION_EMAILS': {
|
'ENABLE_NOTIFICATION_EMAILS': {
|
||||||
'name': _('Enable email notifications'),
|
'name': _('Enable email notifications'),
|
||||||
'description': _('Allow sending of emails for event notifications'),
|
'description': _('Allow sending of emails for event notifications'),
|
||||||
'default': True,
|
'default': False,
|
||||||
'validator': bool,
|
'validator': bool,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user