Add Mail sender name option

This commit is contained in:
Martin Gross
2019-05-22 16:09:52 +02:00
parent 6acca4c4ba
commit 6238e1df98
4 changed files with 13 additions and 1 deletions

View File

@@ -301,6 +301,10 @@ DEFAULTS = {
'default': settings.MAIL_FROM,
'type': str
},
'mail_from_name': {
'default': None,
'type': str
},
'mail_text_signature': {
'type': LazyI18nString,
'default': ""