$user= "myuser";
$pass= "mypass";
$host= "";
imap_open($host,$user,$pass);
i'm having problems connecting and i get this error
Fatal error: Call to undefined function: imap_open() in /home/www/php-mail/mail_view.php on line 6
i don't have a domain name yet (hasn't been transfered), but I do have an IP address.
I tried using "{localhost/imap}" as the host, but that doesn't work.
I tried using "{xxx.xxx.xxx.xxx/imap)" - that doesn't work either
any ideas?
my server supports php and imap