disable email by default
This commit is contained in:
parent
32918348b9
commit
41ccacaa05
|
|
@ -29,7 +29,7 @@ class CoreNotificationsPlugin(SettingsMixin, IntegrationPluginBase):
|
|||
'ENABLE_NOTIFICATION_EMAILS': {
|
||||
'name': _('Enable email notifications'),
|
||||
'description': _('Allow sending of emails for event notifications'),
|
||||
'default': True,
|
||||
'default': False,
|
||||
'validator': bool,
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue