From 2dc782f0e759ea1d79e4e0ea0fc4a10a1a5aa849 Mon Sep 17 00:00:00 2001 From: edward Date: Thu, 14 Jul 2016 12:32:48 +0800 Subject: [PATCH] NotifySmtpCheck.php --- NotifySmtpCheck.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NotifySmtpCheck.php b/NotifySmtpCheck.php index 1a777080..b155550d 100644 --- a/NotifySmtpCheck.php +++ b/NotifySmtpCheck.php @@ -44,7 +44,7 @@ class Pman_Core_NotifySmtpCheck extends Pman $smtpmx = new Mail_smtpmx($params); $smtpmx->debug = true; - $smtpmx->_smtp = new Net_SMTP($server, $smtpmx->port, 'edward.roojs'); + $smtpmx->_smtp = new Net_SMTP($server, $smtpmx->port, $smtpmx->mailname); $smtpmx->_smtp->setDebug(true); -- 2.39.2