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