Hi,
I am trying to code a script that connect to the pop3 server connect it and get the no of mail counts.
For this i try imap_open function but server when i run the script i got undefine function error.
Next I try searching this forum find a code for the socket connection but that too give error that gethostaddress fails error for the php complier.
I need to connect through the domain name and not through IP address. My application is actual let the user now the count of mails in his pop3 accounts like gmail account has x mails your personal domain has y mails..
thanks
🙂