From: edward Date: Thu, 14 Jul 2016 07:41:05 +0000 (+0800) Subject: NotifySmtpCheck.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=e9c494ec1b314c25316d8a0c012d7a1680246b16 NotifySmtpCheck.php --- diff --git a/NotifySmtpCheck.php b/NotifySmtpCheck.php index 142825b7..ef513729 100644 --- a/NotifySmtpCheck.php +++ b/NotifySmtpCheck.php @@ -24,6 +24,8 @@ class Pman_Core_NotifySmtpCheck extends Pman $helo = $this->getHelo(); + echo "HELO : {$helo} \n"; + $error = array(); foreach ($ff->Core_Notify['routes'] as $server => $settings){