Piotr Kula
Piotr Kula

Reputation: 9851

How to poll email with hosted solutions? PHP or ASP

I have been looking for some time now but i cannot really find a good way to process an emial box using a hosted solution as justhost or asphost . Now my instinct tells me to write a service .. but i cant install it on either hosts.

Is there any other clever way to over come this problem using any thing from PHP to .NET?

Upvotes: 0

Views: 270

Answers (1)

Joseph Silber
Joseph Silber

Reputation: 220176

Assuming your webserver is running *nix, you should use crontab to create a cronjob that'll run automatically at your specified times.

If your server is running any form of Windows, you'll have to use Windows Task Scheduler.

Upvotes: 1

Related Questions