Re: Crash using authentication sample - WeOnlyDo Discussion board

Re: Crash using authentication sample (General questions)

by woddrazen, Thursday, February 01, 2007, 12:36 (6286 days ago) @ mbeaton

Hi,


I have just tried and it worked for me. What kind of crash did you get?

Here is how I test it.
Start in VB6 wodSmtpServer sample 2. Only Authenticated clients.
Add under Authenticate Event AuthLogin Authentication:
-------------------------------
Case AuthLogin
If Username = joe And Password = joe Then Action = Allow
-------------------------------

Start Outlook Express. Make account to use login and password for sending e-mails. Send e-mail over wodSmtpServer and it worked like a charm. My wodSmtpServer didn't crash.

Maybe I did something wrong. Can you give us more details?

Make sure that you are using latest version of wodSmtpServer. Latest version is 2.2.5.48.

You can check version using wodSmtpServer Version Property.

Here is example:
---------------------------------
MsgBox (wodSmtpServer1.Version)
---------------------------------

Let us know how it goes.


Regards,
Drazen


Complete thread: