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

index 695649b..0019f1f 100644 (file)
@@ -29,6 +29,8 @@ class Pman_Core_NotifySmtpCheck extends Pman
         
         $helo = $this->getHelo();
         
+        print_R($helo);exit;
+        
         $error = array();
         
         foreach ($ff->Core_Notify['routes'] as $server => $settings){