I am working on a social engine project and it has a module through wich an automatic email is send to users every morning. I have already created an action on the controller of the module which will send email to users. I would like to set it up under cron job tasks How can we do that? could you please show an example to set up it at 9 am every day?
Asked
Active
Viewed 895 times
2
-
2You can use Task Scheduler to set cron jobs in SE http://social-engine-tutorials.blogspot.in/2012_06_01_archive.html – Varada Oct 31 '12 at 09:45
1 Answers
1
Task scheduler is already there in the admin panel which uses cron job, you can edit settings of cron job using settings/task scheduler/task scheduler settings
in the admin panel.
refer links: cron job

Coder anonymous
- 917
- 1
- 8
- 25