From 895046cdbb695f947aadd3dd057beccede0c825a Mon Sep 17 00:00:00 2001 From: Nicolas Bally Date: Tue, 27 May 2014 20:12:53 +0200 Subject: [PATCH] ajout mail mathilde --- app/models/newsletter.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/models/newsletter.rb b/app/models/newsletter.rb index da2661c..5dddbc8 100755 --- a/app/models/newsletter.rb +++ b/app/models/newsletter.rb @@ -7,7 +7,7 @@ class Newsletter < ActiveRecord::Base #EMAIL_FROMS=["Le Pic Vert ", "Le Pic Vert "] - EMAIL_FROMS=["contact@lepicvert.asso.fr","m.botton@lepicvert.asso.fr","s.montchalin@lepicvert.asso.fr","c.paul@lepicvert.asso.fr","m.coulot@lepicvert.asso.fr","b.cambon@lepicvert.asso.fr"] + EMAIL_FROMS=["contact@lepicvert.asso.fr","m.botton@lepicvert.asso.fr","s.montchalin@lepicvert.asso.fr","m.perrot@lepicvert.asso.fr","c.paul@lepicvert.asso.fr","m.coulot@lepicvert.asso.fr","b.cambon@lepicvert.asso.fr"] EMAIL_TEXTES= { "contact@lepicvert.asso.fr" => ["Le Pic Vert",""], @@ -15,7 +15,8 @@ class Newsletter < ActiveRecord::Base "m.botton@lepicvert.asso.fr" => ["Martial - Le Pic Vert","Martial Botton","Coordinateur"], "c.paul@lepicvert.asso.fr" => ["Camille - Le Pic Vert","Camille Paul","Chargée d'études"], "m.coulot@lepicvert.asso.fr" => ["Méline - Le Pic Vert","Méline Coulot","Engagée en service civique"], - "b.cambon@lepicvert.asso.fr" => ["Bastien - Le Pic Vert","Bastien Cambon","Engagé service civique"] + "b.cambon@lepicvert.asso.fr" => ["Bastien - Le Pic Vert","Bastien Cambon","Engagé service civique"], + "m.perrot@lepicvert.asso.fr" => ["Mathilde - Le Pic Vert", "Mathilde Perrot", "Chargée de vie associative"] }