From 1eac8d727f38420fe39f39b2d538a4742c9146be Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Wed, 18 Mar 2026 14:44:31 +0000 Subject: [PATCH] a --- Cron/Cronenvoimailadhrent.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Cron/Cronenvoimailadhrent.php b/Cron/Cronenvoimailadhrent.php index 1d95cf3..9ac028f 100755 --- a/Cron/Cronenvoimailadhrent.php +++ b/Cron/Cronenvoimailadhrent.php @@ -79,10 +79,11 @@ class Cronenvoimailadhrent $this->email->Subject = $this->objet; $this->email->Body = $this->body; + /* var_dump($this->email); echo "


"; + */ - /* if(!$this->email->send()) { // Message d'erreur détaillé de PHPMailer @@ -100,7 +101,6 @@ class Cronenvoimailadhrent $this->marquermail($this->idMail, "1"); } - */ // sleep(1); usleep(200000); // attendre 0.2s entre chaque mail @@ -120,8 +120,10 @@ class Cronenvoimailadhrent $this->objet = $un_mail['objet']; $this->body = $un_mail['message']; + /* var_dump($un_mail); echo "


"; + */ $this->envoyer_un_des_mail();