NotifySmtpCheck.php
[Pman.Core] / 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){