From 9d0e27b23da7c272c540288a4adac1f60cf5abe9 Mon Sep 17 00:00:00 2001 From: edward Date: Thu, 14 Jul 2016 12:16:42 +0800 Subject: [PATCH] NotifySmtpCheck.php --- NotifySmtpCheck.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NotifySmtpCheck.php b/NotifySmtpCheck.php index be4d0f58..c67526cf 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($server, $smtpmx->port, $smtpmx->mailname); + $smtpmx->_smtp = new Net_SMTP($server, $smtpmx->port, $server); print_R($smtpmx->_smtp);exit; -- 2.39.2