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?
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