From: edward Date: Fri, 5 Feb 2016 05:12:42 +0000 (+0800) Subject: Report/SendEventErrors.php X-Git-Url: http://git.roojs.org/?p=Pman.Admin;a=commitdiff_plain;h=d07302c3058d7166b4a7d2fbcbd218c9c58c00ef Report/SendEventErrors.php --- diff --git a/Report/SendEventErrors.php b/Report/SendEventErrors.php index 1c336ee..ecb95e9 100644 --- a/Report/SendEventErrors.php +++ b/Report/SendEventErrors.php @@ -139,6 +139,14 @@ class Pman_Admin_Report_SendEventErrors extends Pman_Roo $errors = $events->fetchAll(); + if(!empty($this->opts['helo'])){ + HTML_FlexyFramework::get()->Mail['helo'] = $this->opts['helo']; + } + + if(!empty($this->opts['host'])){ + HTML_FlexyFramework::get()->Mail['host'] = $this->opts['host']; + } + $content = array( 'template' => 'EVENT_ERRORS_REPORT', 'rcpts' => $rcpts,