diff --git a/app/models/newsletter.rb b/app/models/newsletter.rb index ee54198..f484963 100755 --- a/app/models/newsletter.rb +++ b/app/models/newsletter.rb @@ -24,10 +24,13 @@ class Newsletter < ActiveRecord::Base #EMAIL_FROMS=["Le Pic Vert ", "Le Pic Vert "] - EMAIL_FROMS=["contact@lepicvert.asso.fr","m.botton@lepicvert.asso.fr","p.bernard@lepicvert.asso.fr","p.urge@lepicvert.asso.fr","s.montchalin@lepicvert.asso.fr","g.chmargounof@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_FROMS=["contact@lepicvert.asso.fr","m.botton@lepicvert.asso.fr","p.bernard@lepicvert.asso.fr","p.urge@lepicvert.asso.fr", "a.mace@lepicvert.asso.fr","s.montchalin@lepicvert.asso.fr","g.chmargounof@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",""], + + "a.mace@lepicvert.asso.fr" => ["Angèle - Le Pic Vert", "Angèle Macé", "Chargée de vie associative"], + "s.montchalin@lepicvert.asso.fr" => ["Sonia - Le Pic Vert","Sonia Montchalin", "Animatrice nature et environnement"], "g.chmargounof@lepicvert.asso.fr" => ["Gaëlle - Le Pic Vert","Gaëlle Chmargounof", "Animatrice nature et environnement"], "m.botton@lepicvert.asso.fr" => ["Martial - Le Pic Vert","Martial Botton","Chargé d'études"], @@ -37,7 +40,7 @@ class Newsletter < ActiveRecord::Base "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"], "m.perrot@lepicvert.asso.fr" => ["Mathilde - Le Pic Vert", "Mathilde Perrot", "Chargée de vie associative"], - "p.urge@lepicvert.asso.fr" => ["Patricia - Le Pic Vert", "Patricia Urgé", "Chargée de vie associative"], + "p.urge@lepicvert.asso.fr" => ["Patricia - Le Pic Vert", "Patricia Urgé", "Chargée d'études"], "p.bernard@lepicvert.asso.fr" => ["Pierre - Le Pic Vert", "Pierre Bernard", "Animateur nature et environnement"] }