NotifySmtpCheck.php
[Pman.Core] / NotifySmtpCheck.php
index 9fd852b..a133ba8 100644 (file)
@@ -43,9 +43,18 @@ class Pman_Core_NotifySmtpCheck extends Pman
                 
                 $smtpmx = new Mail_smtpmx($params);
                 
-                $mx = $smtpmx->_getMx($dom);
+//                $mx = $smtpmx->_getMx($dom);
+                
+//                foreach ($mx as $mserver => $mpriority) {
+                    
+                    $smtpmx->_smtp = new Net_SMTP($server, $smtpmx->port, $smtpmx->mailname);
+                    
+                    print_R($smtpmx);exit;
+                    $res = $smtpmx->_smtp->connect($smtpmx->timeout);
+
+                    print_R($res);exit;
+//                }
                 
-                pritn_R($mx);exit;
             }