How to implement 'automatic' AUTH-method detecti (wodSmtp)
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
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
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