From: edward Date: Thu, 14 Jul 2016 04:15:37 +0000 (+0800) Subject: NotifySmtpCheck.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=03d84493d2c29b8ad510c3fbb249f1a87bcf0249 NotifySmtpCheck.php --- diff --git a/NotifySmtpCheck.php b/NotifySmtpCheck.php index 542da014..774b2f1e 100644 --- a/NotifySmtpCheck.php +++ b/NotifySmtpCheck.php @@ -43,7 +43,7 @@ class Pman_Core_NotifySmtpCheck extends Pman $smtpmx = new Mail_smtpmx($params); - $smtpmx->_smtp = new Net_SMTP($mserver, $smtpmx->port, $smtpmx->mailname); + $smtpmx->_smtp = new Net_SMTP($server, $smtpmx->port, $smtpmx->mailname); print_R($smtpmx);exit;