RE: [PHP] Problem connecting to POP3 accounts

2003-04-03 Thread Danny Shepherd
Try: $strMailServer = "{domain.co.uk:110/pop3}INBOX"; As per the manual. HTH Danny. -Original Message- From: Alec Wallis [mailto:[EMAIL PROTECTED] Sent: 03 April 2003 18:35 To: [EMAIL PROTECTED] Hi I am currently experiencing some problems connecting to POP3 accounts using imap_open

[PHP] Problem connecting to POP3 accounts

2003-04-03 Thread Alec Wallis
Hi I am currently experiencing some problems connecting to POP3 accounts using imap_open. I am using the following code: $ArrayImap = imap_open ($strMailServer, $strUsername, $strPassword); with the mail server being set to: $strMailServer = "{domain.co.uk/pop3:110}INBOX"; It seems to connect