From fd8104c4e43168a3b675769af8461d7791bf6dfe Mon Sep 17 00:00:00 2001 From: edward Date: Fri, 5 Feb 2016 13:08:14 +0800 Subject: [PATCH] Report/SendEventErrors.php --- Report/SendEventErrors.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Report/SendEventErrors.php b/Report/SendEventErrors.php index 8c7258c..62dccb2 100644 --- a/Report/SendEventErrors.php +++ b/Report/SendEventErrors.php @@ -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; -- 2.39.2