Re: [PHP-WIN] reading emails

2007-10-30 Thread John Mertic
Take a look at the IMAP extension. http://www.php.net/imap John On 10/29/07, Nishantha Pradeep <[EMAIL PROTECTED]> wrote: > I am using a mail server (xammp murcury) in order to send emails.I can send > emails using php mail() functions but I want to extract information from > receiving emails.Is

[PHP-WIN] reading emails

2007-10-29 Thread Nishantha Pradeep
I am using a mail server (xammp murcury) in order to send emails.I can send emails using php mail() functions but I want to extract information from receiving emails.Is there any support from php,please let me know.