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