WebMail With API

paayab

New member
Joined
Feb 1, 2012
Messages
4
hi, how i can list received mails in a email account, for example i have a pop user with this name:
supporter
and my domain is: sabtkade.com
how i can list received emails in [email protected] and show it in my admin.php page?
 
Use IMAP/POP3 protocols (open sockets, etc...) to communicate with mail server from your PHP script.
 
Back
Top