Login  
Search All Forums
Dart Home | PowerTCP Mail for .NET | Custom Development Reply | PowerTCP Mail for .NET Topics | Forums   
AuthorForum: PowerTCP Mail for .NET
Topic: Unable to login with pop
jagadeesh

From: India
Posts: 2
Member Since: 10/07/15
posted October 7, 2015 2:17 AM

we are using the latest version of power tcp mail of .net 4.2.3.1

We are able to connect with Imap but unable to login with mpop.



Dim pop1 As New Pop
      pop1.Session.RemoteEndPoint = New Dart.Mail.IPEndPoint(domainname, Pop.GetDefaultPort(pop1.Session))
      pop1.Session.LocalEndPoint.HostNameOrAddress = username
      pop1.Session.LocalEndPoint.Port = 110
      pop1.Session.Username = username
      pop1.Session.Password = password

      'Connect and log into the account
      pop1.Connect()
      pop1.Authenticate(True, True)


Could you help us in resolving the issue.
Jamie Powell (Admin)

From: Rome, NY USA
Posts: 448
Member Since: 03/13/07

Extra Support Options
Custom Application Development

posted October 7, 2015 12:32 PM

Thank you for your post.

Are you able to connect to your server with our included POP Client sample and a third-party email client?
jagadeesh

From: India
Posts: 2
Member Since: 10/07/15
posted October 12, 2015 7:41 AM

Hi Jamie,

When I try to connect using included POP Client sample , the following error is occuring

"A connection attempt failed because the connected party did not properly
 respond after a period of time, or established connection failed because connected host has failed to respond".

Kindly help us on resolving the above issue.
Nick B (Admin)

From: Utica, NY USA
Posts: 619
Member Since: 05/25/10

Extra Support Options
Custom Application Development

posted October 13, 2015 4:04 PM

Hello,

Are you able to connect to your server with a third-party email client?

If yes, what settings are you using? (other than email and password)
If you would prefer not to post them on the forum, please send them into support@dart.com.
Reply | PowerTCP Mail for .NET Topics | Forums   
This site is powered by PowerTCP WebServer Tool PowerTCP WebServer for ActiveX