From 41932ae73c611855941a3908e8fc1228ce39b602 Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Thu, 30 Apr 2026 11:14:25 +0000 Subject: [PATCH] a --- Cron/Cronenvoimailadhrent.php | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/Cron/Cronenvoimailadhrent.php b/Cron/Cronenvoimailadhrent.php index f7ce0e6..86f8367 100755 --- a/Cron/Cronenvoimailadhrent.php +++ b/Cron/Cronenvoimailadhrent.php @@ -87,7 +87,17 @@ class Cronenvoimailadhrent $this->email->Subject = $this->objet . " : ".$this->nomProduitSante; $this->email->Body = $this->body; - var_dump($this->email->to); + $to = $this->email->getToAddresses(); + $cc = $this->email->getCcAddresses(); + $bcc = $this->email->getBccAddresses(); + + var_dump( + array( + "to" => $to, + "cc" => $cc, + "bcc" => $bcc, + ) + ); exit(); if(!$this->email->send())