Added a setting for an e-mail subject prefix

This commit is contained in:
Raphael Michel
2015-06-16 20:09:10 +02:00
parent 35f5263430
commit 879384f357
4 changed files with 16 additions and 1 deletions

View File

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