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