Del smtp debug
This commit is contained in:
parent
8ed2db3d6d
commit
48f5bffdbc
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue