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

index 71dab83..abb9908 100644 (file)
@@ -47,6 +47,8 @@ class Pman_Core_NotifySmtpCheck extends Pman
         
         $helo = array_pop(explode(' ', $e));
         
+        print_R($helo);exit;
+        
         $error = array();
         
         foreach ($ff->Core_Notify['routes'] as $server => $settings){