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

index b155550..8f41675 100644 (file)
@@ -6,6 +6,10 @@ require_once 'Mail/smtpmx.php';
         
 class Pman_Core_NotifySmtpCheck extends Pman
 {
+    static $cli_desc = "Check SMTP";
+    static $cli_opts = array();
+        
     function check()
     {
         $ff = HTML_FlexyFramework::get();