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

index b62f948..914dd87 100644 (file)
@@ -51,7 +51,7 @@ class Pman_Core_NotifySmtpCheck extends Pman
                 if (is_a($result, 'PEAR_Error')) {
                     print_r("Error occour on '_sanitizeHeaders' \n");exit;
                 }
-
+                print_R($smtpmx);exit;
                 $smtpmx->_smtp = new Net_SMTP($server, $smtpmx->port, $smtpmx->mailname);
                     
 //                print_R($smtpmx->_smtp);exit;