a
This commit is contained in:
parent
b8bf28949b
commit
051a610451
|
|
@ -106,13 +106,12 @@ class Cronenvoimailadhrent
|
||||||
{
|
{
|
||||||
$this->idMail = $un_mail['idMail'];
|
$this->idMail = $un_mail['idMail'];
|
||||||
$this->emailDestination = $un_mail['email'];
|
$this->emailDestination = $un_mail['email'];
|
||||||
|
$this->emailDestination = $un_mail['email'];
|
||||||
$this->objet = $un_mail['objet'];
|
$this->objet = $un_mail['objet'];
|
||||||
$this->body = $un_mail['message'];
|
$this->body = $un_mail['message'];
|
||||||
|
|
||||||
/*
|
|
||||||
var_dump($un_mail);
|
var_dump($un_mail);
|
||||||
echo "<br> <br> <br>";
|
echo "<br> <br> <br>";
|
||||||
*/
|
|
||||||
|
|
||||||
$this->envoyer_un_des_mail();
|
$this->envoyer_un_des_mail();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user