Del smtp debug
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user