I want send schedule mails using my php website, I don't want to use cron job because shared hosting environments might not provide all the functions.
So how can I send schedule mails with my site. Please let me know.
Thanks in advance, Laxmilal Menaria
You can send emails using visitor hits. Write somewhere (db) the last time you runned job.
I think you got the idea. You should put this code on every request to site. The example sends emails every hour.
Check out:
http://www.onlinecronjobs.com/
It claims to be free service although I haven't tried it.