mirror of
https://github.com/pretix/pretix.git
synced 2026-05-07 15:34:02 +00:00
send canonical mails depending on sales channel
This commit is contained in:
@@ -1190,6 +1190,14 @@ DEFAULTS = {
|
||||
"Defaults to your event name."),
|
||||
)
|
||||
},
|
||||
'mail_sales_channel_placed_paid': {
|
||||
'default': ['web'],
|
||||
'type': list,
|
||||
},
|
||||
'mail_sales_channel_ticket_reminder': {
|
||||
'default': ['web'],
|
||||
'type': list,
|
||||
},
|
||||
'mail_text_signature': {
|
||||
'type': LazyI18nString,
|
||||
'default': ""
|
||||
|
||||
Reference in New Issue
Block a user