X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=NotifySmtpCheck.php;h=0722da391d80d5d5bad235d096ff2072d421e922;hb=31db3fca473095e4901201a2be803788dc627c87;hp=241e281896d962c40d67cfc6911daac349700e73;hpb=a42ec857207b3c76cef7b2db5ce6a31e147d7f25;p=Pman.Core 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')) {