Hi,
I just installed the last patch to try out the TLS connection to send emails and I´m getting error -9 on the logon, this is my code:
newinstance "UPOPMAIL", mailHandler
mailHandler->SetSecurity("SMTP=UAuthLoginSMTP", "user=username;password=password")
mailHandler->LogonSMTP("TLS:smtp.office365.com+587", "", "")
...
mailHandler->LogoffSMTP()I got the uauthlogin on the 3GL section of the .asn
Thanks