NotifySmtpCheck.php
authoredward <edward@roojs.com>
Thu, 14 Jul 2016 03:34:02 +0000 (11:34 +0800)
committeredward <edward@roojs.com>
Thu, 14 Jul 2016 03:34:02 +0000 (11:34 +0800)
NotifySmtpCheck.php

index 05f9c05..42d9966 100644 (file)
@@ -17,6 +17,8 @@ class Pman_Core_NotifySmtpCheck extends Pman
         
         $error = array();
         
+        require_once "Mail.php";
+        
         foreach ($ff->Core_Notify['routes'] as $server => $settings){
             if(empty($settings['username']) || empty($settings['password'])){
                 $error[] = "{$server} missing username or password";