Quantcast
Channel: West Wind Message Board Messages
Viewing all articles
Browse latest Browse all 10393

Re: Unrecognized Authentication Type

$
0
0
Re: Unrecognized Authentication Type
West Wind Client Tools
Re: Unrecognized Authentication Type
Apr. 25, 2013
06:30 am
3RQ0DY5Z6Show this entire thread in new window
Gratar Image based on email address
From:Ger
To:Marty Cantwell
Hi Marty. Thanks for that
So Can I upgrade, if so How
Does upgrading just require me to copy a new version of wwIpStuff.dll into my App folder ?
Can I then leave all else the same and add a line:
o. lEnableSsl = true (where o = CreateObject("QwwIPStuff")

regards,
Ger



Hey Ger,

If I remember correctly, the .NET functionality for SMTP did not come along until 2009 in the Client Tools (version 5.51). Rick's sample code showed using the component wwSMTP which was added at that time. You can take a look at what's new in version 5 at http://www.west-wind.com/webconnection/wwClient_docs/_0su1f0xyd.htm

Marty


My code is :

SET PROCEDURE TO wwUtils Addi
SET CLASSLIB TO wwIPSTUFF ADDI
SET CLASSLIB TO wwXML ADDI
o=CREATEOBJECT("wwIPStuff")
o.cMailServer = Lco.Lco_SMTP
o.cUserName = ALLTRIM(LCO.LCO_EmaUsr)
o.CPassword = ALLTRIM(LCO.LCO_EMAPAS)

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.

Regards,
Ger


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 ?











Viewing all articles
Browse latest Browse all 10393

Trending Articles