Jump to content

IMAP Open problem


owner

Recommended Posts

$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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.