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