From 64c9e86b6e81bdb947fe8c26edb5905b7cc7b081 Mon Sep 17 00:00:00 2001 From: edward Date: Thu, 14 Jul 2016 14:16:18 +0800 Subject: [PATCH] NotifySmtpCheck.php --- NotifySmtpCheck.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NotifySmtpCheck.php b/NotifySmtpCheck.php index 336a195d..fda61bbf 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'], 'roojs', false, 0, $socket_options); + $smtp = new Net_SMTP($server, $settings['port'], $helo, false, 0, $socket_options); // $smtp->setDebug(true); -- 2.39.2