From: edward Date: Thu, 14 Jul 2016 05:26:08 +0000 (+0800) Subject: NotifySmtpCheck.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=63ce53a87d0a32766ed76f7ef07fcc3c50af1084 NotifySmtpCheck.php --- diff --git a/NotifySmtpCheck.php b/NotifySmtpCheck.php index 71dab838..abb9908f 100644 --- a/NotifySmtpCheck.php +++ b/NotifySmtpCheck.php @@ -47,6 +47,8 @@ class Pman_Core_NotifySmtpCheck extends Pman $helo = array_pop(explode(' ', $e)); + print_R($helo);exit; + $error = array(); foreach ($ff->Core_Notify['routes'] as $server => $settings){