Quote:
Originally Posted by chopperp1
+OK Microsoft Exchange 2000 POP3 server version 6.0.6249.0 (dl360mail3.yamner.co
m) ready.
+OK
USER <domain>\<user>
PASS <password>
+OK User successfully logged on.
+OK 21 32830
I also tried forward slash or user@domain.com - didn't work
|
I noticed you have an extra +OK there before the USER command. Do you need to type a Return?
Also try this:
In pop.php around line 108, find:
fwrite($this->pop_connect, $message . "\n");
Change the "\n" to "\r\n"