Your server requires SSL.
To use this you'll need to run in .NET mode and set lUseSSL=.T.
loSmpt = CREATE("wwSmtp") loSmtp.nMailMode = 0 loSmtp.lUseSSL = .T. ...
+++ Rick ---
To use this you'll need to run in .NET mode and set lUseSSL=.T.
loSmpt = CREATE("wwSmtp") loSmtp.nMailMode = 0 loSmtp.lUseSSL = .T. ...
+++ Rick ---
Regards,
Ger
I would guess that either the new server does not need to be authenticated against (not very likely) or your client has moved to using MS Exchange and it is set up to authenticate users via NTLM (part of Microsoft's Single Sign-in methodology). This is just a guess though.
You should get in touch with the mail admin to determine what authentication is needed for this new server before figuring out what to do next...
Marty
What is this and how do I rectify ?