Hello,
Adwin Wijaya said the following on 12/14/2004 12:06 AM:
I want to create a system to process the email that coming. For example, I send a confirmation email to our client and they just simply reply the email that we send to them to verify. The problem I got, I dont know how to process the email that coming to our mailbox and process the message inside with PHP.
can someone recommend me a PHP class that has been created for handling this task ?
If you can access that mailbox via POP3, you can try using this POP3 client PHP class to access it. I use it for the same purpose as yours:
http://www.phpclasses.org/pop3class
If you want to process messages to generate automatic responses, there is also this class that is more specific for that purpose:
http://www.phpclasses.org/autoresponse
--
Regards, Manuel Lemos
PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/
PHP Reviews - Reviews of PHP books and other products http://www.phpclasses.org/reviews/
Metastorage - Data object relational mapping layer generator http://www.meta-language.net/metastorage.html
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php