NotifySmtpCheck.php
authoredward <edward@roojs.com>
Thu, 14 Jul 2016 04:11:06 +0000 (12:11 +0800)
committeredward <edward@roojs.com>
Thu, 14 Jul 2016 04:11:06 +0000 (12:11 +0800)
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;