Add info
This commit is contained in:
parent
739695c442
commit
3abceadb86
@ -60,6 +60,10 @@ $error = 0;
|
|||||||
@set_time_limit(0);
|
@set_time_limit(0);
|
||||||
print "***** ".$script_file." (".$version.") pid=".dol_getmypid()." *****\n";
|
print "***** ".$script_file." (".$version.") pid=".dol_getmypid()." *****\n";
|
||||||
|
|
||||||
|
if (!empty($conf->global->MAILING_DELAY)) {
|
||||||
|
print 'A delay of '.((float) $conf->global->MAILING_DELAY * 1000000).' millisecond has been set between each email'."\n";
|
||||||
|
}
|
||||||
|
|
||||||
if ($conf->global->MAILING_LIMIT_SENDBYCLI == '-1') {}
|
if ($conf->global->MAILING_LIMIT_SENDBYCLI == '-1') {}
|
||||||
|
|
||||||
$user = new User($db);
|
$user = new User($db);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user