From e0f0f7e8a6496a0d8694b4f487ca6ee46dd24378 Mon Sep 17 00:00:00 2001 From: edward Date: Thu, 14 Jul 2016 14:15:51 +0800 Subject: [PATCH] NotifySmtpCheck.php --- NotifySmtpCheck.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NotifySmtpCheck.php b/NotifySmtpCheck.php index fda61bbf..268a618e 100644 --- a/NotifySmtpCheck.php +++ b/NotifySmtpCheck.php @@ -17,7 +17,7 @@ class Pman_Core_NotifySmtpCheck extends Pman return; } - $helo = $this->getHelo(); +// $helo = $this->getHelo(); $error = array(); @@ -34,7 +34,7 @@ class Pman_Core_NotifySmtpCheck extends Pman ) ); - $smtp = new Net_SMTP($server, $settings['port'], $helo, false, 0, $socket_options); + $smtp = new Net_SMTP($server, $settings['port'], '', false, 0, $socket_options); // $smtp->setDebug(true); -- 2.39.2