Report/SendEventErrors.php
authoredward <edward@roojs.com>
Fri, 5 Feb 2016 05:06:09 +0000 (13:06 +0800)
committeredward <edward@roojs.com>
Fri, 5 Feb 2016 05:06:09 +0000 (13:06 +0800)
Report/SendEventErrors.php

index 0b09eaf..a3b1540 100644 (file)
@@ -43,6 +43,10 @@ class Pman_Admin_Report_SendEventErrors extends Pman_Roo
     
     function get($args, $opts)
     {
+        $mailOptions = PEAR::getStaticProperty('Mail','options');
+        
+        print_R($mailOptions);exit;
+        
         $this->opts = $opts;
         
         if(empty($this->opts['group'])){