Commit 2e3eb012 by Yvon

remove debug stuff

parent 77c5af9c
......@@ -71,9 +71,8 @@ class SendCcasTransactionsExportToPrestatairesCommand extends Command
$globalParamRepo = $this->em->getRepository(GlobalParameter::class);
$mail = (new \Swift_Message($subject))
->setFrom($globalParamRepo->val(GlobalParameter::MLC_NOTIF_EMAIL))
//->setTo($p->getGestionnairesEmailsArray())
->setTo('yvon.kerdoncuff@gmail.com')
//->setCc($globalParamRepo->getMailOfGestionnaireDeGroupeOrDefaultContact($p))
->setTo($p->getGestionnairesEmailsArray())
->setCc($globalParamRepo->getMailOfGestionnaireDeGroupeOrDefaultContact($p))
->setBody(
$this->templating->render(
'@kohinos/email/tav/ccas_transactions.html.twig',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment