How to poll email with hosted solutions? PHP or ASP

非 Y 不嫁゛ 提交于 2019-12-25 03:56:08

问题


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?


回答1:


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.



来源:https://stackoverflow.com/questions/7102949/how-to-poll-email-with-hosted-solutions-php-or-asp

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