Hi everybody.

I can't seem to find the way how to connect to my mail server from php
scripts.
I have wu imap daemon running with only imap accounts - no pop3.
I have compiled php (4.03.pl1) --with-imap=path_to_wu-c0client-files,
but I always get this error: "Warning: Couldn't open stream
{mail.wittmann.sk:143} in /home/httpd/html/webmail/mailbox.php on line
13"
Line 13 is:

$conn = IMAP_Open("{mail.wittmann.sk:143}", $jmeno, $heslo);

can anybody point me how to solve this? Thanx

Dezider

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to