This commit is contained in:
Nicolas Bally 2016-02-15 15:10:25 +01:00
parent ec1f1ae71a
commit a6a78ab817

View File

@ -9,7 +9,7 @@ class QuestionMailer < ActionMailer::Base
def send_contact(contact)
@contact = contact
mail to: "contact@une-autre-laverie.com", :bcc => "info@nicolasbally.com" ,:reply_to => @contact.email, :subject => "Nouveau mail par le site"
mail to: "contact@uneautrelaverie.com", :bcc => "info@nicolasbally.com" ,:reply_to => @contact.email, :subject => "Nouveau mail par le site"
end