NotifySmtpCheck.php
[Pman.Core] / NotifySmtpCheck.php
index a133ba8..9befbc3 100644 (file)
@@ -49,7 +49,7 @@ class Pman_Core_NotifySmtpCheck extends Pman
                     
                     $smtpmx->_smtp = new Net_SMTP($server, $smtpmx->port, $smtpmx->mailname);
                     
-                    print_R($smtpmx);exit;
+//                    print_R($smtpmx);exit;
                     $res = $smtpmx->_smtp->connect($smtpmx->timeout);
 
                     print_R($res);exit;