From 4e85d2a1a9d744acfaea267a6e2ed1218d42a04e Mon Sep 17 00:00:00 2001 From: wilsonmoura Date: Wed, 23 Aug 2023 10:40:19 -0300 Subject: [PATCH] =?UTF-8?q?#573=20--=20Editar=20sujeto=20en=20los=20correo?= =?UTF-8?q?s=20autom=C3=A1ticos?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/Proethos2/CoreBundle/Controller/CRUDController.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ,