This commit is contained in:
Nicolas Bally 2016-08-16 10:30:19 +02:00
parent cfa02952b7
commit f212efcd36

View File

@ -9,7 +9,7 @@ class QuestionMailer < ActionMailer::Base
def send_contact(contact) def send_contact(contact)
@contact = contact @contact = contact
mail to: "test@nicolasbally.com", :bcc => "info@nicolasbally.com" ,:reply_to => @contact.email, :subject => "Nouveau mail par le site" mail to: "t.blancbrude@bouvier-signa.com", :bcc => "info@nicolasbally.com" ,:reply_to => @contact.email, :subject => "Nouveau mail par le site PMR"
end end