Hello, All. I have a php script that steps through my inbox and looks for keywords in the subject and body (namely 'confirm' and 'verif'). These emails are expected to have a link in them to Confirm Subscription or Confirm Sign Up. When you get these in your mail, you just click them and the sign up is confirmed. So, how do you go about 'clicking' a link in php code? I'm going to be using Blastomatic to sign up for tens of thousands of posts, and I can't click on every link myself that I get back in my email. It'd take days or weeks of nothing but opening emails and clicking confirmation links. So, I've got the looping through the mailbox part. I just need to know how to 'click' or activate the link in some way to have the sender get the activation confirmation. Also, if there is a freeware out there that does this already, I'm not married to the idea of writing it myself. Thanks all.
file_get_contents, curl, sockets, fopen... All of these effectively 'click' the link (in the sense they run the webpage.) Dan