Del smtp debug

This commit is contained in:
Miguel Nogueira 2019-09-15 19:48:10 +02:00
parent 8ed2db3d6d
commit 48f5bffdbc
1 changed files with 0 additions and 1 deletions

View File

@ -25,7 +25,6 @@ class MailWrapper
public function prepare()
{
$this->mailer->SMTPDebug = 2;
$this->mailer->isSMTP();
$this->mailer->Host = $this->host;
$this->mailer->SMTPAuth = true;