Dear all,
I would like to use PHP function to send an email with a certain delay of seconds (60 seconds for example)
I am using the command mailSend as documented with the param time different than zero as the example below
mailSend($email, 1, 60, $link);
Although I receive the email I am experiencing delays not corresponding with the request of 60 seconds. Is this a correct use of this command? Do you have an alternative way of doing this or another format of the time param?
Thank you for the support