Full control over emails
Customise the subject line, HTML body, and plain text body of your confirmation emails using Liquid template syntax. You can include attendee details, event information, ticket URLs, and QR codes exactly where you want them.
Customise confirmation emails with Liquid syntax, including built-in currency and pluralise filters.
Customise the subject line, HTML body, and plain text body of your confirmation emails using Liquid template syntax. You can include attendee details, event information, ticket URLs, and QR codes exactly where you want them.

The template engine includes useful filters like currency for
formatting amounts (so 1000 becomes £10.00) and pluralize for
natural language (so 1 ticket and 3 tickets are both correct
automatically).
Templates work with whichever email provider you have configured (Resend, Postmark, SendGrid, or Mailgun). The template is rendered before sending, so the provider just delivers the final HTML.
See the email documentation for template variables and filter details.