Merge branch 'master' of http://git.roojs.com:8081/Pman.Core
[Pman.Core] / NotifySmtpCheck.php
index 1e73473..886246d 100644 (file)
@@ -45,6 +45,10 @@ class Pman_Core_NotifySmtpCheck extends Pman
         
         $e = `$cmd`;
         
+        $helo = substr(array_pop(explode(' ', $e)), 0, -2);
+        
+        print_R($helo);exit;
+        
         $error = array();
         
         foreach ($ff->Core_Notify['routes'] as $server => $settings){