Report/SendEventErrors.php
[Pman.Admin] / Report / SendEventErrors.php
index a3b1540..3f8909f 100644 (file)
@@ -45,7 +45,11 @@ class Pman_Admin_Report_SendEventErrors extends Pman_Roo
     {
         $mailOptions = PEAR::getStaticProperty('Mail','options');
         
-        print_R($mailOptions);exit;
+        
+        HTML_FlexyFramework::get()->Mail['helo'] = 'test';
+        
+        $pg = HTML_FlexyFramework::get()->Mail;
+        print_R($pg);exit;
         
         $this->opts = $opts;