How to implement 'automatic' AUTH-method detecti - WeOnlyDo Discussion board

How to implement 'automatic' AUTH-method detecti (wodSmtp)

by LOGO Datensysteme, Thursday, December 07, 2006, 10:12 (6322 days ago)

Hi everybody,

is there a normal way to implement an automatic detection for the AUTH method to use?

Do i have to analyze the respond after EHLO which AUTHmethods the server actually offers and set .authentication accordingly?

...or does wodSMTP offers an automatic setting for this?

I thought i ask before i'll start coding some weird stuff normally done more easily.

Anybody any hints, any ideas? [:wink:]

Thanks and regards
Michael

Re: How to implement 'automatic' AUTH-method

by wodDamir, Thursday, December 07, 2006, 12:03 (6322 days ago) @ LOGO Datensysteme

Hi Michael,

Yes, you should check for EHLO Response. You should check EhloResponse Event. You can find more information on that Event on the following page:

http://www.weonlydo.com/Smtp/Help/index.html?page=WODSMTPLib~wodSmtp~EhloResponse_EV.html

Hope this helped.

Regards,
Damba

Re: How to implement 'automatic' AUT

by LOGO Datensysteme, Thursday, December 07, 2006, 12:41 (6322 days ago) @ wodDamir

Hi,

thanks for your input. I suspected something like this [:happy:]

BTW: The new/corrected AUTH in 1.2.6.45 works like charm.

Thanks and regards
Michael