Jump to content

[SOLVED] imap_open


cooldude832

Recommended Posts

I have webmail on my server and it says my incomming Pop3 is mail.mydomain.com

i tried to do

<?php
$port = "{mail.mydomain.org:110}";
$user = "[email protected]";
$password = "*****";
// To connect to an IMAP server running on port 143 on the local machine,
// do the following:
$mbox = imap_open($port, $user,$password);
?>

and i get a stream not found error any help?

Link to comment
https://forums.phpfreaks.com/topic/79273-solved-imap_open/
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.