MCrosbie Posted June 6, 2006 Share Posted June 6, 2006 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.