mail Danielle

This commit is contained in:
Nicolas Bally 2013-07-25 18:57:25 +02:00
parent 6f19786906
commit 7be0224840

View File

@ -5,6 +5,6 @@ class DemandeMail < ActionMailer::Base
def prise(params)
@params = params
mail to: "n.bally@quartz-agence.com", :bcc => "info@nicolasbally.com", :subject => "Demande de contact par le site."
mail to: "Danielle Riche <creats@club-internet.fr>", :bcc => "info@nicolasbally.com", :subject => "Demande de contact par le site."
end
end