Author |
|
tahirahmed Newbie
Joined: 04 April 2012 Location: United States
Online Status: Offline Posts: 4
|
Posted: 17 April 2012 at 10:57pm | IP Logged
|
|
|
Hello there,
I am trying to download emails from godaddy email server but its not letting me connect. I have checked that for sending you have recommended these settings
http://www.afterlogic.com/kb/articles/sending-mails-from-afterlogic-webmail-installed-at-godaddy
but what about downloading ? here is what I am doing...
//pop.SslProtocol = MailBee.Security.SecurityProtocol.Auto;
//pop.SslMode = MailBee.Security.SslStartupMode.UseStartTlsIfSupported;
pop.Connect("pop.secureserver.net", 995);
I am using this to connect to the server and I don't know what to use in above two lines or even use them or not.
I am getting this error if I uncomment the first two lines.
"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"
this error appears at pop.Connect line which means it failed two to connect.
and if I comment the above two lines I get
"Socket connection was aborted by remote host."
this error appears at pop.Login line which means that it connected successfully but failed to login.
My email and password are correct I used them on workspace login (webmail) and they worked fine.
Any leads. Thanks.
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 18 April 2012 at 2:20am | IP Logged
|
|
|
Are you able to access the account with desktop POP3 client like Outlook Express (not the Microsoft Outlook) or Mozilla Thunderbird?
Is it possible to provide us with test account login details? If yes, please send it via our HelpDesk. Be sure to provide the same host and port you supply in OE or Thunderbird. We absolutely guarantee we will not access any mails on account, it's only about the login tested.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|