This commit is contained in:
Laurent Destailleur 2020-12-24 13:02:45 +01:00
parent 739695c442
commit 3abceadb86

View File

@ -60,6 +60,10 @@ $error = 0;
@set_time_limit(0);
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') {}
$user = new User($db);