Add bcc option for event emails

This commit is contained in:
Raphael Michel
2018-06-22 13:28:54 +02:00
parent 28f6f09e8f
commit 5e7027647a
4 changed files with 14 additions and 0 deletions

View File

@@ -225,6 +225,10 @@ DEFAULTS = {
'default': None,
'type': str
},
'mail_bcc': {
'default': None,
'type': str
},
'mail_from': {
'default': settings.MAIL_FROM,
'type': str