-
-
Notifications
You must be signed in to change notification settings - Fork 599
Description
Is your feature request related to a problem? Please describe.
Not a problem but an inconvenience. When a ticket is sold, the attendee receives two emails: an order confirmation, and a ticket. Although the ticket is ultimately accessible from either, this creates potential unnecessary clutter and confusion for the attendee. Additionally, email services may have rate limits or caps to numbers of emails sent, and transactions now count doubly against these caps compared to sending a single email with the order confirmation and ticket.
Describe the solution you'd like
An event could be configured to send only a single email rather than two emails for successful orders.
Additional context
I am probably missing the use case for sending two separate emails for order confirmation and tickets. Only thing I can think of is multi-ticket orders where the person ordering tickets puts in the email addresses separately for each attendee. I would assume, in that case, each attendee would receive a ticket but only the person ordering would receive the order confirmation. If this is the case, maybe the "single email" mode could only be available when the event uses "per order" attendee information collection?