Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

Error with EmailConnectPOP : connect failed with a starttls authentification


This topic is 4355 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted
I need to receive e-mails with an POP account that use a "starttls" authentication but it does not work after many tests in conformity with the documentation. The EmailConnectPOP function returns "ERROR" and the LastEmailError returns "connect failed". It is OK with a Gmail account that use SSL but not with the account that i need to use. In the documentation, it seems that several optionals parameters are possible but only "ssl=1" is indicated. I proceeded to theses tests :

 

EmailConnectPOP( [serverAdress] ; [AccountName] ; [AccountPassword] )

Error : "only valid after entering TLS mode"

 

EmailConnectPOP( [serverAdress] ; [AccountName] ; [AccountPassword] ; "ssl=1" )

Error : "Connect failed"

 

EmailConnectPOP( [serverAdress]:110 ; [AccountName] ; [AccountPassword] )

Error : "only valid after entering TLS mode"

 

EmailConnectPOP( [serverAdress]:995 ; [AccountName] ; [AccountPassword] ; "ssl=1" )

Error : "Connect failed"

 
However i tested with success this account with Thunderbird and Apple Mail with the same parameters.
 
I tested my Gmail account with the EmailConnectPOP function and it worked correctly : result = 1.
 
Can anyone help me ?
 
PS : Excuse me for my bad english...

This topic is 4355 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.