Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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... :)

share|improve this question
1  
Nope. Crontab is the file that describes jobs that cron runs. Without it, you get nothing. – Jonathon Reinhart Jan 16 at 13:27
Maybe using at command might help.... But for periodic things, use crontab & cron – Basile Starynkevitch Jan 16 at 13:34
I glanced over the man pages so cron = 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
Hmmm... I think I got the idea. Thanks a lot.. – Saurabh Jan 16 at 13:44
1  
Why does the client need to avoid using cron? – Matt Gibson Jan 16 at 18:45
show 1 more comment

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.