Send mail on ticket confirmation.

Added mailer method to send ticket confirmation email along with the attached pdf for ticket.
This commit is contained in:
siddhantbajaj 2017-07-17 21:22:53 +05:30
parent e2bad46d00
commit 906f08baf8
3 changed files with 25 additions and 0 deletions

View file

@ -0,0 +1,8 @@
Dear <%= @user.name %>,
Thanks! You have successfully booked <%= @ticket_purchase.quantity %> <%= @ticket_purchase.ticket.title %> ticket(s) for the event <%= @conference.title %>. Your transaction id is <%= @ticket_purchase.id %>.
Please, find the ticket(s) pdf attached.
Best wishes,
<%= @conference.title %> Team