Author |
|
mwkershaw Newbie
Joined: 20 July 2006 Location: United States
Online Status: Offline Posts: 1
|
Posted: 20 July 2006 at 9:53pm | IP Logged
|
|
|
I'm having an "odd" problem with the pop3 object and I'm hoping this forum can help me out.
Object is returning error 125 (InvalidResponseItem) from server on login call
Code:
pop3Obj.Login(obj_User.EmailUsername, obj_User.EmailPassword) |
|
|
The "odd" part of the problem is that the code works fine on my development machine, but not on the test server. Same code, same email server, identical user account, identical DB, different web server.
The product is installed properly and the license is valid (I can send email with no problems using SMTP object)
I'm running out of ideas so any help would be appreciated.
|
Back to Top |
|
|
Alex AfterLogic Support
Joined: 19 November 2003
Online Status: Offline Posts: 2206
|
Posted: 21 July 2006 at 8:04am | IP Logged
|
|
|
To let us investigate the issue in more detail, could you please provide us with a test account on your mail server (you can send this information to support@afterlogic.com). Thus, we would be able to reproduce the problem. Also, it would be helpful if you provide us with any information regarding differences between your development machine and test server (for instance, .NET framework versions) and try to run the same application and reproduce the problem on another workstation.
Best regards,
Alex,
|
Back to Top |
|
|