Hi,
I want to send mail at a certain date. I have a function that basically says:
If (sendDate == now()) then mail(sendMessage)
but this only executes if the I go to that page before the sendDate! What should I do so I don't have to visit the page and the code executes by itself on that date and time?