This program sends an email every 20 sec.
How can I amend the code to have it send an email, then pause for a random number of seconds between 1 and 20, then repeat till the end ? Any help on this is much appreciate. Thanks in advance!
Here is the code that is associated with the Delay section of the User Interface as it is
if (!$delaySecs) {
$delaySecs = 20;
}
<input name="delaySecs" type="text" value="<? print $delaySecs; ?>" size="10">