X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=NotifySmtpCheck.php;h=8f41675797fd53cdb75cf230d8abeb0305f67b62;hb=6a22490412262026646e7c4206931e40a0217ef6;hp=b155550daffb2fefa0eb8f7b6b5189629a8ff705;hpb=ed720da174f909a8ea04cd6a23aa69dd8c4d50f3;p=Pman.Core diff --git a/NotifySmtpCheck.php b/NotifySmtpCheck.php index b155550d..8f416757 100644 --- a/NotifySmtpCheck.php +++ b/NotifySmtpCheck.php @@ -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();