I am trying to figure out a way that when an email is received in my online inbox, it the receives that email and stores it all in php. I have the option to pipe it or to have php check the email. I have googled but have not found a way to do so.
If you want to know what it is for, I am setting up a system that receives text messages and then send them to and email address. Then, a php script puts the content of the email into a variable which then is posted as a notification on the site.
I have written all of the code exept for this part.
Any
?Thanks.


