Jump to content

imap_open - undefined function ... help!


MCrosbie

Recommended Posts

Hi there I got this error:

[!--quoteo--][div class=\'quotetop\']QUOTE[/div][div class=\'quotemain\'][!--quotec--]Fatal error: Call to undefined function: imap_open() in /home/nxc/public_html/automail.php on line 25[/quote]

with this code:

[code]
$server = "9thdesign.net";
echo "Server: ".$server."
";

$user = "support@".$server."";
echo "User: ".$user."
";

$pass = "supportpass;
echo "Password: ".$pass."
";

$conn = imap_open("\{$server/imap}INBOX", $user, $pass)
or die("Connection to server failed ERROR: ". imap_last_error() ."");[/code]

Any ideas why?

Cheers,

Michael
Link to comment
https://forums.phpfreaks.com/topic/11301-imap_open-undefined-function-help/
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.