forked from CGM_Public/pretix_original
Add option to attach calendar files to emails (#1457)
This commit is contained in:
@@ -297,6 +297,10 @@ DEFAULTS = {
|
||||
'default': 'classic',
|
||||
'type': str
|
||||
},
|
||||
'mail_attach_ical': {
|
||||
'default': 'False',
|
||||
'type': bool
|
||||
},
|
||||
'mail_prefix': {
|
||||
'default': None,
|
||||
'type': str
|
||||
|
||||
Reference in New Issue
Block a user