I don't have cron jobs on my server. What is an alternative for sending emails without user input?

与世无争的帅哥 提交于 2019-12-12 14:35:50

问题


I am looking for a way to have some way to have a script execute itself without my input. Is this possible? And it not, what would be another option? I don't care to use a 3rd party site for cron jobs either.


回答1:


You could build the code into a web-visible PHP script, and then register it with a URL monitoring service like http://mon.itor.us/ that will load your URL every half hour.

(I'm not sure what you mean by "3rd party site for cron jobs" - hopefully this isn't it. :-)




回答2:


http://cronless.com

https://www.setcronjob.com

https://www.easycron.com

Use above third party cron jobs providers. :)



来源:https://stackoverflow.com/questions/7097419/i-dont-have-cron-jobs-on-my-server-what-is-an-alternative-for-sending-emails-w

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!