owner Posted February 9, 2010 Share Posted February 9, 2010 $server = "localhost"; $user = "test@localhost"; $pass = "1234567"; $conn = @imap_open("\{$server/imap}INBOX", $user, $pass) or die("Connection to server failed"); When running this command, it cannot connect to my server. What's interesting is Squirrelmail works on my pc, but I cannot get these simple commands to work. I have verified both the email and password is correct as I can login to squirrelmail with them just fine. Any suggestions would be greatly appreciated, owner Link to comment https://forums.phpfreaks.com/topic/191451-imap-open-problem/ Share on other sites More sharing options...
owner Posted February 9, 2010 Author Share Posted February 9, 2010 I think I figured it out, nvm Link to comment https://forums.phpfreaks.com/topic/191451-imap-open-problem/#findComment-1009261 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.