How to receive Mail in php?
Moderator: General Moderators
-
selvamdoom
- Forum Newbie
- Posts: 7
- Joined: Wed Apr 29, 2009 12:53 pm
How to receive Mail in php?
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.
-
top10ingoogle
- Forum Newbie
- Posts: 3
- Joined: Sat May 30, 2009 8:12 am
Re: How to receive Mail in php?
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
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