Oct
23
2009
23
2009
Uncategorized
Imap configuration in php
map – Used to communicate with the mail server and reading mails.
Steps to configure Imap :
1. Download the rpm package for imap ,it depends on the os installed.
2. Install that rpm using rpm -i rpmpackage .
3. Once the insallation was finished, the imap.so file was placed in the corresponding php module folder.
4. We needs to enable the pop3 port for mail server.
Once all these are finished,we can able to read the mails from the mail server

An article by admin




