From 48f5bffdbcc054fc0a6a8764b75d6386372f4e63 Mon Sep 17 00:00:00 2001 From: miguel456 Date: Sun, 15 Sep 2019 19:48:10 +0200 Subject: [PATCH] Del smtp debug --- src/MailWrapper.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/MailWrapper.php b/src/MailWrapper.php index 2da1186..ca9ff02 100644 --- a/src/MailWrapper.php +++ b/src/MailWrapper.php @@ -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;