From 6cd8c07f5b68cd29213210cc8167f47fa1b15664 Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Thu, 30 Apr 2026 11:21:08 +0000 Subject: [PATCH] a --- Cron/Cronenvoimailadhrent.php | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/Cron/Cronenvoimailadhrent.php b/Cron/Cronenvoimailadhrent.php index e5bc61d..7ca72a8 100755 --- a/Cron/Cronenvoimailadhrent.php +++ b/Cron/Cronenvoimailadhrent.php @@ -89,22 +89,9 @@ class Cronenvoimailadhrent $to = $this->email->getToAddresses(); $cc = $this->email->getCcAddresses(); - // $bcc = $this->email->getBccAddresses(); - // $total = count($to) + count($cc) + count($bcc); $totalDest = count($to) + count($cc); - /* - var_dump( - array( - "to" => $to, - "cc" => $cc, - "bcc" => $bcc, - ) - ); - exit(); - */ - if ($totalDest>0) { if(!$this->email->send())