Hi all,
i use this code to send e-mail.
from yesterday i the EmailStartSession give me this error:
"System error detected by WLanguage security mechanism.
System Error Details: Una catena di certificati elaborata correttamente termina in un certificato radice proveniente da un'Autorità di certificazione non presente nell'elenco locale."
Anyone have a solution?
i use this code to send e-mail.
SMTPTEST is EmailSMTPSession SMTPTEST.Name=user SMTPTEST.Password=password SMTPTEST.Port=587 SMTPTEST.ServerAddress="smtp.gmail.com" SMTPTEST.Option = emailOptionSecuredTLS EmailStartSession(SMTPTEST)
from yesterday i the EmailStartSession give me this error:
"System error detected by WLanguage security mechanism.
System Error Details: Una catena di certificati elaborata correttamente termina in un certificato radice proveniente da un'Autorità di certificazione non presente nell'elenco locale."
Anyone have a solution?