Newer
Older
mailman-mailcow-integration / data / mailman / web / settings_local.py
# locale
LANGUAGE_CODE = 'de-de'

# disable social authentication
SOCIALACCOUNT_PROVIDERS = {}

DEFAULT_FROM_EMAIL='mailman@example.com'

DEBUG = False