I’m looking to allow a user to enter a date and time to send out a mass email through PHP, although I’m thinking it might be best to use a *nix command to trigger the PHP process. I’m wondering if there is a way on *nix to do this without adding a cronjob to run every 15 minutes to check if there is a mass email to be sent. It’s not that this is an intensive process, but it’d just be much prettier with a cronjob to add and manage. I thinking this would be somewhat similar to a Windows scheduled task that has an end date and is set to delete if it’s not scheduled again.
Share
You’re looking for the at command.