From: edward Date: Thu, 14 Jul 2016 05:30:26 +0000 (+0800) Subject: NotifySmtpCheck.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=c8368dd2ae88000486b297cf4e6c5450f5f92d18 NotifySmtpCheck.php --- diff --git a/NotifySmtpCheck.php b/NotifySmtpCheck.php index 695649b0..0019f1f9 100644 --- a/NotifySmtpCheck.php +++ b/NotifySmtpCheck.php @@ -29,6 +29,8 @@ class Pman_Core_NotifySmtpCheck extends Pman $helo = $this->getHelo(); + print_R($helo);exit; + $error = array(); foreach ($ff->Core_Notify['routes'] as $server => $settings){