From: edward Date: Thu, 14 Jul 2016 04:31:18 +0000 (+0800) Subject: NotifySmtpCheck.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=d085c7019aa39d66f882c43b14da3d7630602fe0 NotifySmtpCheck.php --- diff --git a/NotifySmtpCheck.php b/NotifySmtpCheck.php index 5feac2ab..2aa4d133 100644 --- a/NotifySmtpCheck.php +++ b/NotifySmtpCheck.php @@ -38,8 +38,7 @@ class Pman_Core_NotifySmtpCheck extends Pman // print_R($mailer);exit; $params = array( - 'netdns' => false, - 'mailname' => $settings['username'] + 'netdns' => false ); $smtpmx = new Mail_smtpmx($params);