a
This commit is contained in:
parent
11452037de
commit
017ed2cc7d
|
|
@ -48,6 +48,11 @@ class Cronenvoimailadhrent
|
||||||
// require_once 'Ebenegmail.php';
|
// require_once 'Ebenegmail.php';
|
||||||
require '/var/www/Config/Ebenemailer.php';
|
require '/var/www/Config/Ebenemailer.php';
|
||||||
$this->email = $_SESSION['c_mail'];
|
$this->email = $_SESSION['c_mail'];
|
||||||
|
|
||||||
|
var_dump(
|
||||||
|
"c_mail" => $this->email;
|
||||||
|
);
|
||||||
|
exit;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function envoyer_un_des_mail()
|
public function envoyer_un_des_mail()
|
||||||
|
|
@ -78,8 +83,6 @@ class Cronenvoimailadhrent
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// $this->email->Subject = $this->objet;
|
|
||||||
// : ".$this->nomProduitSante;
|
|
||||||
$this->email->Subject = $this->objet . " : ".$this->nomProduitSante;
|
$this->email->Subject = $this->objet . " : ".$this->nomProduitSante;
|
||||||
$this->email->Body = $this->body;
|
$this->email->Body = $this->body;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user