Hi,
i've been searching online for a tutorial that would allow me to receving email using php and parse the data, unfortunately i haven't found much.
I would deeply appreciate tips/pointers (where to look for more info), on checking pop3/imap mail using php. I don't know much on the subject so i can't really elaborate, but one of the most important things I need to knwo is how to connect to a external mail server.
Thanks.
Update : I came across this while i was serachign online : http://www.php-library.com/pear_man/package.networking.net-pop3.intro.html
Do you guys think that will do the job? I was also wondering what to put for the server field ie: on the sample script it says 'localhost', but lets say i need to connect to gmail, would i put pop3.gmail.com?
thanks again