Just a quick question: If I have one Action Mailer set for a contact form, but I also would like to send an email to both Admin and Customer once an order was placed, do I need to create another Action Mailer? or do I add a method in the order_controller.rb to send the appropriate email? or do I do both?
Cheers, Elle