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

index 142825b..ef51372 100644 (file)
@@ -24,6 +24,8 @@ class Pman_Core_NotifySmtpCheck extends Pman
         
         $helo = $this->getHelo();
         
+        echo "HELO : {$helo} \n";
+        
         $error = array();
         
         foreach ($ff->Core_Notify['routes'] as $server => $settings){