From 861e4015dfd1d5b49d5157b36294888af17fc0a2 Mon Sep 17 00:00:00 2001 From: edward Date: Thu, 14 Jul 2016 13:14:03 +0800 Subject: [PATCH] NotifySmtpCheck.php --- NotifySmtpCheck.php | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/NotifySmtpCheck.php b/NotifySmtpCheck.php index 6ef823da..668760a4 100644 --- a/NotifySmtpCheck.php +++ b/NotifySmtpCheck.php @@ -63,21 +63,7 @@ class Pman_Core_NotifySmtpCheck extends Pman print_R("SUCCESS? {$res} \n"); exit; - -// $mx = $smtpmx->_getMx($dom); -// -// foreach ($mx as $mserver => $mpriority) { -// -// $smtpmx->_smtp = new Net_SMTP($mserver, $smtpmx->port, $smtpmx->mailname); -// -//// print_R($smtpmx);exit; -// $res = $smtpmx->_smtp->connect($smtpmx->timeout); -// -// $smtpmx->_smtp->disconnect(); -// -// print_R($res);exit; -// } - + } -- 2.39.2