This commit is contained in:
KANE LAZENI 2026-03-18 14:44:31 +00:00
parent fdc984be62
commit 1eac8d727f

View File

@ -79,10 +79,11 @@ class Cronenvoimailadhrent
$this->email->Subject = $this->objet;
$this->email->Body = $this->body;
/*
var_dump($this->email);
echo "<br> <br> <br>";
*/
/*
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 "<br> <br> <br>";
*/
$this->envoyer_un_des_mail();