Add warning

This commit is contained in:
Laurent Destailleur 2020-04-08 18:32:13 +02:00
parent 0716951b6d
commit 63f0c07a07

View File

@ -345,6 +345,7 @@ if (empty($reshook))
if (!empty($conf->global->MAILING_DELAY))
{
dol_syslog("Wait a delay of MAILING_DELAY=".$conf->global->MAILING_DELAY);
sleep($conf->global->MAILING_DELAY);
}