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())