This is a discussion on Re: [PHP] anaylyze email within the PHP General forums, part of the PHP Programming Forums category; > 1) some body send email to me; for example; to info@abc.com from xxx@xyz.com > 2)...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
> 1) some body send email to me; for example; to info@abc.com from
xxx@xyz.com > 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 xxx@xyz.com 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 ** |
![]() |
| Thread Tools | |
| Display Modes | |
|
|