notify option ssupport

This commit is contained in:
Serghey Rodin 2016-06-24 16:38:08 +03:00
parent 027290225b
commit 07b93358e8

View file

@ -2,14 +2,19 @@
<?php <?php
error_reporting(NULL); error_reporting(NULL);
if (empty($argv[1])) { if (empty($argv[1])) {
echo "Error: not enough arguments\n"; echo "ERROR: not enough arguments\n";
echo "USAGE: mail-wrapper.php -s SUBJECT EMAIL [NOTIFY]\n";
exit(3); exit(3);
} }
$options = getopt("s:f:"); $options = getopt("s:f:");
if ((!empty($argv[4])) && ($argv[4] == 'no')) {
exit;
}
define('NO_AUTH_REQUIRED',true); define('NO_AUTH_REQUIRED',true);
include("/usr/local/vesta/web/inc/main.php"); include("/usr/local/vesta/web/inc/main.php");
// Set system language // Set system language