sql/Person.sql
[Pman.Core] / NotifySmtpCheck.php
index 0019f1f..bf0880c 100644 (file)
@@ -29,8 +29,6 @@ class Pman_Core_NotifySmtpCheck extends Pman
         
         $helo = $this->getHelo();
         
-        print_R($helo);exit;
-        
         $error = array();
         
         foreach ($ff->Core_Notify['routes'] as $server => $settings){
@@ -66,10 +64,10 @@ class Pman_Core_NotifySmtpCheck extends Pman
                     $error[] = "{$server} - Cound not login";
                     continue;
                 }
-                
             }
-            
         }
+        
+        print_r($error);exit;
     }
     
     function getHelo()