From d9766f69e1115621053744491db0c5e12cb95922 Mon Sep 17 00:00:00 2001 From: edward Date: Thu, 14 Jul 2016 12:21:55 +0800 Subject: [PATCH] NotifySmtpCheck.php --- NotifySmtpCheck.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NotifySmtpCheck.php b/NotifySmtpCheck.php index 2bda62a1..93076661 100644 --- a/NotifySmtpCheck.php +++ b/NotifySmtpCheck.php @@ -39,7 +39,7 @@ class Pman_Core_NotifySmtpCheck extends Pman $params = array( 'netdns' => false, - 'mailname' => $settings['username'] + 'mailname' => 'edward.roojs' ); $smtpmx = new Mail_smtpmx($params); -- 2.39.2