I have moodle installation on linux platform. I want to set up a cron job for sending e-mails to users. I've read about using crontab program and configuring it.
But according to my client requirements I want to execute it WITHOUT using crontab.
Can anybody help me on this?
Thanks in advance... :)

atcommand might help.... But for periodic things, usecrontab&cron– Basile Starynkevitch Jan 16 at 13:34cron= regularly once in a while.at= once. If your client is prohibiting you from doing things, maybe he also has something in mind on how to accomplish this task. – Sanchit Jan 16 at 13:40