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. 26, 2013
03:53 am
3RR08C3GVShow this entire thread in new window
Gratar Image based on email address
From:Ger
To:Rick Strahl
Thanks for that Rick.
In that my version in Pre 5.5 (Date on DLL is 2005) I presume I need to purchase an upgrade?
How do I do this and how much does it cost

Regards,
Gerard



You need to use the wwSmtp class (which is feature compatible with the old wwIPStuff class) and version 5.50 or later. versions prior to that don't include the .NET SMTP component that provides the SSL functionality.

+++ Rick ---



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