From 7d932bee00e949f16aa524206e2c3a2adfbdf7c0 Mon Sep 17 00:00:00 2001 From: edward Date: Thu, 14 Jul 2016 13:04:31 +0800 Subject: [PATCH] NotifySmtpCheck.php --- NotifySmtpCheck.php | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/NotifySmtpCheck.php b/NotifySmtpCheck.php index d693ab88..6115092b 100644 --- a/NotifySmtpCheck.php +++ b/NotifySmtpCheck.php @@ -36,23 +36,6 @@ class Pman_Core_NotifySmtpCheck extends Pman } foreach ($settings['domains'] as $dom){ -// $mailer = Mail::factory('smtp', array( -// 'host' => $dom , -// 'localhost' => $server, -// 'timeout' => 15, -// 'auth' => true, -// 'username' => $settings['username'], -// 'password' => $settings['password'] -// )); -// -// print_R($mailer);exit; - -// $params = array( -// 'netdns' => false -// ); - -// $smtpmx = new Mail_smtpmx($params); -// $smtpmx->debug = true; $socket_options = array ( 'ssl' => array( @@ -65,9 +48,6 @@ class Pman_Core_NotifySmtpCheck extends Pman $smtp = new Net_SMTP($server, 25, '058177247238.ctinets.com', false, 0, $socket_options); $smtp->setDebug(true); -// print_R($smtp); - -// print_R($smtpmx->_smtp);exit; $res = $smtp->connect(10); -- 2.39.2