fnf-org / TicketBooth

Rails 7.1 app for creating closed community events, distributing the ticket request URL, approving and selling tickets via Stripe Integration.
https://fnf.org
Other
9 stars 3 forks source link

request confirmed mailer #267

Closed beingmattlevy closed 2 months ago

beingmattlevy commented 3 months ago

When an event is created without needing approval for ticket requests users are sent emails saying the ticket request is being approved and an email confirming will be sent out with payment instructions, etc... This is causing confusion. Need to create a new mailer for the confirmed state.

Unsure how to hook this into the current create / update flow for the ticket request. Unclear how the existing mailers are actually fired. They do not follow existing rails patterns afaik.