From f57b0b98d057963783ae3344121215110e89fad3 Mon Sep 17 00:00:00 2001 From: edward Date: Thu, 14 Jul 2016 12:32:40 +0800 Subject: [PATCH] NotifySmtpCheck.php --- NotifySmtpCheck.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NotifySmtpCheck.php b/NotifySmtpCheck.php index b155550d..1a777080 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, $smtpmx->mailname); + $smtpmx->_smtp = new Net_SMTP($server, $smtpmx->port, 'edward.roojs'); $smtpmx->_smtp->setDebug(true); -- 2.39.2