| Recommend this page to a friend! |
1. Process incoming e-mail messages using PHPPosted on: 2009-04-21 Some PHP applications need to process incoming e-mail messages, for instance to handle customer requests sent by e-mail. Using a POP3 or IMAP mailbox is a very reliable and platform independent solution. This article explains how to handle incoming e-mail using a POP3 client script and compares it with other solutions that depend on the local mail server type. |