This commit is contained in:
KANE LAZENI 2026-04-29 17:50:15 +00:00
parent 618ff728e3
commit 0a1eb4d620
2 changed files with 2 additions and 4 deletions

View File

@ -1,4 +1,5 @@
<?php
require_once 'Functions.php';
class Cronenvoimail
@ -1081,6 +1082,4 @@ Merci et bonne réception.";
$this->envoyerlemail();
}
}

View File

@ -1,4 +1,5 @@
<?php
require_once 'Functions.php';
class Cronenvoimailadhrent
@ -22,7 +23,6 @@ class Cronenvoimailadhrent
$this->mailcron = new Envoimailadherentcron();
$this->mailcron->marquermail($idMail, $etat);
}
public function chargersociete()
{
@ -107,7 +107,6 @@ class Cronenvoimailadhrent
$this->objet = $un_mail['objet'];
$this->body = $un_mail['message'];
$this->envoyer_un_des_mail();
usleep(2000); // Stoppe pour 2 millisecondes