Thanks for the reply.
We are using Exchange Server 2013. Server 2012 R2.
I am using EmailSMTP from Topwiz ( latest version )
I have tried all possible methods.
For TLS PORT lui_port = 587 others 25
choose case ls_encrypt
case "SSL"
li_return = gn_smtp.of_SendSSLMail()
case "TLS"
li_return = gn_smtp.of_SendTLSMail()
case else
li_return = gn_smtp.of_SendMail()
end choose
if I use SendSSLMail I get
f_SendcryptStartssl/cryptSetAttribute: 1 cryptSetAttribute: Bad/unrecognised data format
SendMail() using my usr/pwd
504 5.7.4 Unrecognized authentication type
We are trying to create a connector thts does not require authentication.
Thank you