a
This commit is contained in:
parent
618ff728e3
commit
0a1eb4d620
|
|
@ -1,4 +1,5 @@
|
|||
<?php
|
||||
|
||||
require_once 'Functions.php';
|
||||
|
||||
class Cronenvoimail
|
||||
|
|
@ -1081,6 +1082,4 @@ Merci et bonne réception.";
|
|||
|
||||
$this->envoyerlemail();
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user