From 1586a8b0a9c806b78d580a3ff4aff151d9598646 Mon Sep 17 00:00:00 2001 From: edward Date: Thu, 14 Jul 2016 12:41:28 +0800 Subject: [PATCH] NotifySmtpCheck.php --- NotifySmtpCheck.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/NotifySmtpCheck.php b/NotifySmtpCheck.php index 4626b5a8..827dda39 100644 --- a/NotifySmtpCheck.php +++ b/NotifySmtpCheck.php @@ -47,16 +47,16 @@ class Pman_Core_NotifySmtpCheck extends Pman // // print_R($mailer);exit; - $params = array( - 'netdns' => false - ); +// $params = array( +// 'netdns' => false +// ); // $smtpmx = new Mail_smtpmx($params); // $smtpmx->debug = true; $smtp = new Net_SMTP($server, 25, $dom); - - $smtpmx->_smtp->setDebug(true); + $smtp->setDebug(true); + print_R($smtp); // print_R($smtpmx->_smtp);exit; -- 2.39.2