From: edward Date: Thu, 14 Jul 2016 05:53:15 +0000 (+0800) Subject: NotifySmtpCheck.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=31db3fca473095e4901201a2be803788dc627c87 NotifySmtpCheck.php --- diff --git a/NotifySmtpCheck.php b/NotifySmtpCheck.php index 241e2818..0722da39 100644 --- a/NotifySmtpCheck.php +++ b/NotifySmtpCheck.php @@ -36,8 +36,6 @@ class Pman_Core_NotifySmtpCheck extends Pman $smtp = new Net_SMTP($server, $settings['port'], $helo, false, 0, $socket_options); - $smtp->setDebug(true); - $res = $smtp->connect(10); if (is_a($res, 'PEAR_Error')) {