From: edward Date: Thu, 14 Jul 2016 04:14:44 +0000 (+0800) Subject: NotifySmtpCheck.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=16d4e669b919b75a15303353b8a75c9a2c1f8e7e NotifySmtpCheck.php --- diff --git a/NotifySmtpCheck.php b/NotifySmtpCheck.php index e2e51837..9dd2d0a1 100644 --- a/NotifySmtpCheck.php +++ b/NotifySmtpCheck.php @@ -47,7 +47,7 @@ class Pman_Core_NotifySmtpCheck extends Pman foreach ($mx as $mserver => $mpriority) { - $smtpmx->_smtp = new Net_SMTP($server, $smtpmx->port, $smtpmx->mailname); + $smtpmx->_smtp = new Net_SMTP($mserver, $smtpmx->port, $smtpmx->mailname); // print_R($smtpmx);exit; $res = $smtpmx->_smtp->connect($smtpmx->timeout);