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