Automation Query

ICHaps

New member
Hello.

Could anyone, please advise me, on how to write sum automation code for my site?

I've created a piece of code which will send email to the site's members. However this will only work when the site is visited.
I would like to automate this so that every 2-5 minutes (for example, the any messages are waiting to be sent, are sent.

Thank You.
 
Use cron:
https://opensource.com/article/17/11/how-use-cron-linux
If you have shared hosting server the provider should have any tool to set it up. For own servers the task shoudl be even easier
 
Back
Top