From: edward Date: Thu, 14 Jul 2016 03:48:06 +0000 (+0800) Subject: NotifySmtpCheck.php X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=927b963f42a66ecec2a5c25e52f6484b0806bf66;p=Pman.Core NotifySmtpCheck.php --- diff --git a/NotifySmtpCheck.php b/NotifySmtpCheck.php index 63d14eea..f6d84582 100644 --- a/NotifySmtpCheck.php +++ b/NotifySmtpCheck.php @@ -17,7 +17,8 @@ class Pman_Core_NotifySmtpCheck extends Pman $error = array(); - require_once "Mail.php"; +// require_once "Mail.php"; + require_once 'Mail/smtpmx.php'; foreach ($ff->Core_Notify['routes'] as $server => $settings){ if(empty($settings['domains']) || empty($settings['username']) || empty($settings['password'])){