NotifySmtpCheck.php
authoredward <edward@roojs.com>
Thu, 14 Jul 2016 05:53:15 +0000 (13:53 +0800)
committeredward <edward@roojs.com>
Thu, 14 Jul 2016 05:53:15 +0000 (13:53 +0800)
NotifySmtpCheck.php

index 241e281..0722da3 100644 (file)
@@ -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')) {