do not send global mails by default

This commit is contained in:
Frédéric Péters 2014-06-17 15:17:23 +02:00
parent 0d3410d31c
commit 7e15b3012a
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ LIVESETTINGS_OPTIONS = {
'SETTINGS': {
'EMAIL': {
'REPLY_BY_EMAIL': False
'DEFAULT_NOTIFICATION_DELIVERY_SCHEDULE_Q_ALL': 'n',
},
'LOGIN_PROVIDERS': {
'PASSWORD_REGISTER_SHOW_PROVIDER_BUTTONS': False,