a
This commit is contained in:
parent
fdc984be62
commit
1eac8d727f
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user