> 1) some body send email to me; for example; to [EMAIL PROTECTED] from [EMAIL PROTECTED]
> 2)read it's email

The easiest way to do it is to get the emails deposited into a POP3 email account and then read that, possibly with the Net_POP3 code in PEAR.

> 3)return to [EMAIL PROTECTED]

After reading the email you can do pretty much anything. Have a look at the mail() function.

> I try to read pop3. I can not find any example!

Go to http://pear.php.net and get the Net_POP3 class which will allow you to read the contents of POP3 accounts.

--
Richard Heyes
http://www.websupportsolutions.co.uk

Mailing list management, Knowledge Base and HelpDesk software
that can increase sales and cut the cost of online support

** NOW OFFERING FREE ACCOUNTS TO CHARITIES AND NON-PROFITS **

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to