This commit is contained in:
Nicolas Bally 2013-06-28 20:52:09 +02:00
parent 1e33360cc6
commit 5c1149b85a
2 changed files with 3 additions and 1 deletions

View File

@ -8,7 +8,7 @@ class PetitionMails < ActionMailer::Base
@signator = signator @signator = signator
@email = @signator.email @email = @signator.email
@title = "Important : pour valider votre signature." @title = "Important : pour valider votre signature."
@from = "Le Pic Vert <contact@lepicvert.asso.fr>"
mail(:to => @email, :from => @from, :subject => @title) mail(:to => @email, :from => @from, :subject => @title)
end end

View File

@ -23,6 +23,8 @@
%p %p
Tel : 04 76 91 34 33 Tel : 04 76 91 34 33
%br
Site internet : www.lepicvert.asso.fr Site internet : www.lepicvert.asso.fr
%br
Mail : contact@lepicvert.asso.fr Mail : contact@lepicvert.asso.fr