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