From: edward Date: Thu, 14 Jul 2016 04:32:40 +0000 (+0800) Subject: NotifySmtpCheck.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=f57b0b98d057963783ae3344121215110e89fad3 NotifySmtpCheck.php --- 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);