diff --git a/symphony/src/Proethos2/CoreBundle/Controller/CRUDController.php b/symphony/src/Proethos2/CoreBundle/Controller/CRUDController.php index 3feb21fd..4e4ee235 100644 --- a/symphony/src/Proethos2/CoreBundle/Controller/CRUDController.php +++ b/symphony/src/Proethos2/CoreBundle/Controller/CRUDController.php @@ -1830,8 +1830,8 @@ public function listContactAction() $message = \Swift_Message::newInstance() ->setSubject($translator->trans("Message from plataform.")) - ->setFrom($output['committee_email']) - ->setTo($output['committee_email']) + ->setFrom([$util->getConfiguration('committee.email') => $util->getConfiguration('committee.contact')]) + ->setTo($util->getConfiguration('committee.email')) ->setBody( $body ,