From: edward Date: Thu, 14 Jul 2016 06:15:51 +0000 (+0800) Subject: NotifySmtpCheck.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=e0f0f7e8a6496a0d8694b4f487ca6ee46dd24378 NotifySmtpCheck.php --- 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);