Hi all, i have to setup IMAP with php, not sure how to do it and where to start from? Googling doesn't give me useful links
How to setup IMAP in PHP?
Collapse
X
-
Tags: None
-
Last edited by Atli; May 26 '08, 04:29 PM. Reason: Changed link from 'us.php.net' to just 'php.net'... works faster for the rest of us that way ;) -
-
I am stuck with the following error message
Couldn't open stream \{imap.mail.yah oo.com/imap}INBOX
Using the code below
Code:$user = "username"; $pass = "password"; $server = "imap.mail.yahoo.com"; $conn = imap_open("\{$server/imap}INBOX", $user, $pass)
Comment
-
Thanks Atli
I have come to know that both Hotmail and Yahoo don't support IMAP so i have quit using IMAP, i have been looking for some different technique. I have started a separate Thread for thisComment
Comment