NotifySmtpCheck.php
authoredward <edward@roojs.com>
Thu, 14 Jul 2016 04:28:47 +0000 (12:28 +0800)
committeredward <edward@roojs.com>
Thu, 14 Jul 2016 04:28:47 +0000 (12:28 +0800)
NotifySmtpCheck.php

index 9e9f99c..2aa4d13 100644 (file)
@@ -42,9 +42,12 @@ class Pman_Core_NotifySmtpCheck extends Pman
                 );
                 
                 $smtpmx = new Mail_smtpmx($params);
+                $smtpmx->debug = true;
                 
                 $smtpmx->_smtp = new Net_SMTP($server, $smtpmx->port, $smtpmx->mailname);
-                    
+                
+                $smtpmx->_smtp->setDebug(true);
+                
 //                print_R($smtpmx->_smtp);exit;
                 
                 $res = $smtpmx->_smtp->connect($smtpmx->timeout);