From 4ada77820802ddbf2218390cb113312d5ddee617 Mon Sep 17 00:00:00 2001 From: Nicolas Bally Date: Tue, 20 Jan 2015 23:32:45 +0100 Subject: [PATCH] ajout mail services civiques --- app/models/newsletter.rb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/models/newsletter.rb b/app/models/newsletter.rb index b647e59..43edbaf 100755 --- a/app/models/newsletter.rb +++ b/app/models/newsletter.rb @@ -24,12 +24,14 @@ 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","m.perrot@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","s.chaudet@lepicvert.asso.fr","c.chauvet@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",""], "s.montchalin@lepicvert.asso.fr" => ["Sonia - Le Pic Vert","Sonia Montchalin", "Animatrice nature et environnement"], "m.botton@lepicvert.asso.fr" => ["Martial - Le Pic Vert","Martial Botton","Coordinateur"], + "s.chaudet@lepicvert.asso.fr" => ["Solenn - Le Pic Vert","Solenn Chaudet","Engagé service civique"], + "c.chauvet@lepicvert.asso.fr" => ["Clément - Le Pic Vert","Clément Chauvet","Engagé service civique"], "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"],