I am having a hard time checking my Pop3 mail through a PHP script... Here is my script I am trying to run.
$mbox = imap_open("{HOST}INBOX/pop3", "USER", "PASS");
Here is the error messege I receive:
Fatal error: Call to undefined function: imap_open() in /home/leafs/public_html/bounce.php on line 2
Any help would be appreciated.