Send email on order payment (#27)

This commit is contained in:
Raphael Michel
2015-04-01 10:42:27 +02:00
parent 16244bd69c
commit 9c94983bbc
4 changed files with 40 additions and 0 deletions

View File

@@ -14,6 +14,7 @@ DEFAULTS = {
'attendee_names_asked': 'True',
'attendee_names_required': 'False',
'reservation_time': '30',
'ticket_download': 'True',
'last_order_modification_date': None,
'mail_from': settings.MAIL_FROM,
}