From 9384e5c5e6278d16cc54694dfce91945804f35ca Mon Sep 17 00:00:00 2001 From: edward Date: Thu, 14 Jul 2016 12:24:51 +0800 Subject: [PATCH] NotifySmtpCheck.php --- NotifySmtpCheck.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NotifySmtpCheck.php b/NotifySmtpCheck.php index 93076661..4aaa448f 100644 --- a/NotifySmtpCheck.php +++ b/NotifySmtpCheck.php @@ -37,6 +37,10 @@ class Pman_Core_NotifySmtpCheck extends Pman // // print_R($mailer);exit; + $headers = array( + 'From' => $settings['username'] + ); + $params = array( 'netdns' => false, 'mailname' => 'edward.roojs' -- 2.39.2