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

index 2bda62a..9307666 100644 (file)
@@ -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);