Jump to content

Accessing imap mail imap_open() problem


archon

Recommended Posts

Hi,

I have a script that creates an email through cpanel, that part works. But i am getting error reading the email.

Warning: imap_open() [function.imap-open]: Couldn't open stream {mail.spamarchon.com:143} in /home/spamarch/public_html/index.php  on line 71

here is the code:

$mbox = imap_open("{mail.$edomain:143}", "$euser@$edomain", "$epass");

 

any idea :confused:

 

Thanks

Link to comment
https://forums.phpfreaks.com/topic/209408-accessing-imap-mail-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.