disable email by default

This commit is contained in:
Matthias 2022-04-05 00:56:13 +02:00
parent 32918348b9
commit 41ccacaa05
No known key found for this signature in database
GPG Key ID: F50EF5741D33E076

View File

@ -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,
},
}