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

index 1e73473..1b37936 100644 (file)
@@ -45,6 +45,8 @@ class Pman_Core_NotifySmtpCheck extends Pman
         
         $e = `$cmd`;
         
+        print_R($e);exit;
+        
         $error = array();
         
         foreach ($ff->Core_Notify['routes'] as $server => $settings){