Is there any way to have my web server generate mail at a specific time? I need a notification to be sent to "users" when their "fundraiser" ends. The dates are stored in a database table and are unique to each user.
I could write a script to attach to a busy page which would look for appropriate expired users to send emails, but this seems like such a horrible solution. I was wondering if anyone knows of a way to have my webserver do it without being asked to think about it every time someone loads index.php