NotifySmtpCheck.php
[Pman.Core] / NotifySmtpCheck.php
index 976ea33..fc90ddf 100644 (file)
@@ -48,7 +48,8 @@ class Pman_Core_NotifySmtpCheck extends Pman
 //                foreach ($mx as $mserver => $mpriority) {
                     
                     $smtpmx->_smtp = new Net_SMTP($server, $smtpmx->port, $smtpmx->mailname);
-
+                    
+                    print_R($smtpmx->_smtp);exit;
                     $res = $smtpmx->_smtp->connect($smtpmx->timeout);
 
                     print_R($res);exit;