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:
parent
e2bad46d00
commit
906f08baf8
3 changed files with 25 additions and 0 deletions
|
|
@ -69,6 +69,7 @@ class TicketPurchase < ActiveRecord::Base
|
|||
PhysicalTicket.transaction do
|
||||
quantity.times { physical_tickets.create }
|
||||
end
|
||||
Mailbot.ticket_confirmation_mail(self).deliver_later
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue