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

index 9334adf..9fd852b 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 
 require_once 'Pman.php';
-//require_once "Mail.php";
+require_once "Mail.php";
 require_once 'Mail/smtpmx.php';
         
 class Pman_Core_NotifySmtpCheck extends Pman