Del smtp debug
This commit is contained in:
parent
8ed2db3d6d
commit
48f5bffdbc
|
@ -25,7 +25,6 @@ class MailWrapper
|
||||||
|
|
||||||
public function prepare()
|
public function prepare()
|
||||||
{
|
{
|
||||||
$this->mailer->SMTPDebug = 2;
|
|
||||||
$this->mailer->isSMTP();
|
$this->mailer->isSMTP();
|
||||||
$this->mailer->Host = $this->host;
|
$this->mailer->Host = $this->host;
|
||||||
$this->mailer->SMTPAuth = true;
|
$this->mailer->SMTPAuth = true;
|
||||||
|
|
Loading…
Reference in New Issue