My Dlls are dated 2005... is it ok with this version
If not , what do I need
As per above can I just:
o.lUseSSL = .T.
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 ---
Hi Marty
To get a solution (even temporarily) decided to try to use the smtp.gmail.com server
When I try to send an email here, I get following error:
530.5.7.0 must issue a STARTTLS command first.......
and the email is not sent
Any idea of what this is and how to get round it ?
Regards,
Ger
Hey 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
A client has recently changed Email Server and sending an email now fails with a
....5.7.4 Unrecognized Authentication Error
What is this and how do I rectify ?