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

index 6ef823d..668760a 100644 (file)
@@ -63,21 +63,7 @@ class Pman_Core_NotifySmtpCheck extends Pman
                 
                 print_R("SUCCESS? {$res} \n");
                 exit;
-                    
-//                $mx = $smtpmx->_getMx($dom);
-//                
-//                foreach ($mx as $mserver => $mpriority) {
-//                    
-//                    $smtpmx->_smtp = new Net_SMTP($mserver, $smtpmx->port, $smtpmx->mailname);
-//                    
-////                    print_R($smtpmx);exit;
-//                    $res = $smtpmx->_smtp->connect($smtpmx->timeout);
-//
-//                    $smtpmx->_smtp->disconnect();
-//                    
-//                    print_R($res);exit;
-//                }
-                
+                   
             }