i am trying to connect to the imap server using the php imap_open function imap_open ("{mail.tattol.com:143/}", "username", "password") but don't know why, this gives an error. http://tattol.com/email.php
There is something wrong with your syntax: Notice how your script is trying to connect to port 110, not 143. Try this: imap_open("{mail.tattol.com:143}INBOX", "username", "password"); PHP: Jay
hey! i am still egtting the error. i get this error Warning: imap_open() [function.imap-open]: Couldn't open stream {mail.tattol.com:143}INBOX in /home/tattolco/public_html/email.php on line 2 Code (markup):