Page 1 of 1

How to receive Mail in php?

Posted: Sat May 30, 2009 8:03 am
by selvamdoom
I know to send mail in php from mail function but i don't know to receive mail in php. so please help me how to receive mail in php.

Re: How to receive Mail in php?

Posted: Sat May 30, 2009 8:21 am
by top10ingoogle
You may be able to do this using a hosted service, Email2HTTP (http://www.email2http.com).

This will allow you to handle mail by simply writing a script that handles a form POST. Parts of the email would be delivered to your PHP script as form post variables, like $_POST["subject"], $_POST["body"], etc.

or you may want to try

http://en.pudn.com/downloads/sourcecode ... 27_en.html