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

index 8c7258c..62dccb2 100644 (file)
@@ -45,6 +45,11 @@ class Pman_Admin_Report_SendEventErrors extends Pman_Roo
     {
         $mailOptions = PEAR::getStaticProperty('Mail','options');
         
+        
+        $pg = HTML_FlexyFramework::get()->Mail;
+        
+        $pg['helo'] = 'test';
+        
         $pg = HTML_FlexyFramework::get()->Mail;
         
         print_R($pg);exit;