Files
pretix-plugins/plugins/attendance_confirm_plugin

pretix-attendance-confirm (draft)

pretix plugin to send attendance confirmation emails to attendees. Emails are sent per attendee (attendee email first, order email as fallback) and can be customized per event.

Features:

  • Recipient list with checkboxes: checked-in attendees are preselected, you can deselect or manually include non-checked-in attendees.
  • Presets: save/load subject and body directly on the form (no page reload). Presets are stored in the browser (localStorage) per URL/event.
  • Placeholders: {attendee_name} and {event_name}.
  • Sending is disabled until the event has ended.

Install

pip install -e /path/to/attendance_confirm_plugin