NotifySmtpCheck.php
authoredward <edward@roojs.com>
Thu, 14 Jul 2016 04:24:51 +0000 (12:24 +0800)
committeredward <edward@roojs.com>
Thu, 14 Jul 2016 04:24:51 +0000 (12:24 +0800)
NotifySmtpCheck.php

index 9307666..4aaa448 100644 (file)
@@ -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'