Ok, this is a total shot in the dark - bar having my own email server (which is not an option), I have no idea how it would work, but maybe someone here would... I'm looking for a way to have emails sent to a specific adress (which I can access via POP or IMAP) be handled by a little coding on my own, resulting if some criteria are matched in the posting of a web form (if anyone is wondering, this is to have emails relayed as SMSs via a web SMS service).
Now, I could do that fairly easily by having some script or program running on a machine I own checking that email every so often, but I'm not keen a solution that requires one of my computer to be on 24/24 7/7. Otherwise, I have a professional hosting service with PHP I could use, but it doesn't support cron jobs...
Would anyone here know of some kind of service I could use for something like this? Something as simple as a tool requesting an URL of my choice every minute or so should be enough, as I could then use it to have a PHP script executed on my website doing the actual job...
Any help very welcomed.