|
Posted by Captain Paralytic on May 19, 2008, 11:35 am
Please log in for more thread options
> I have a website w/ Yahoo Web Hosting and unfortunately they do not
> allow use of cron jobs. My site sends out automated personalized e-
> mails on a regularly scheduled basis, currently via the method of
> placing the e-mail PHP code on a page on the site and accessing it at
> some point each day.
>
> I would like to set it up as fully automated on the server, but how
> can I do this without cron jobs? Are there alternatives? Seems like
> SourceForge has a few million e-mail reminder "programs" but the ones
> I found generally require cron jobs.
Run a cron job somewhere else (or maybe just a Windoze scheduled job)
to access the page via CURL or the like.
Alternatively, change your hosting.
|