Re: wodSmtp.dll and DrWtsn32 - WeOnlyDo Discussion board

Re: wodSmtp.dll and DrWtsn32 (General questions)

by Chris Demmings, Friday, September 05, 2008, 16:52 (5922 days ago) @ wodDamir

Hi Chris,

Can you check the component for errors? Do you receive an error in the component?

Can you check LastError property when this happens?

Regards,
Damba


I am not checking the LastError specifically. Currently in the '_Done' event there is an error number and description passed into that function that I am looking at. Unfortuneately, the log is not updated because it appears that it aborts prior to being able to log.

I will add a check in the '_Progress' event to see if LastError has something in it.

Also, a quick question for you.
I took the basis for our application from the sample in: VBComponent6. CC and BCC

I noticed in the 'wodSmtp1_Done' event, you re-create an instance of the wod...

' let's grab new instance.. it's safer that way
Set wodSmtp1 = New wodSmtpCom

I am not doing this because I noticed in testing that when large attachments are included and many emails are going out with the same attachment, if I created the instance every time, there was a delay sending each mail.

Is there some reason that this should be done?

Also, there is a version 1.3.7 on your website. Is there any bug fixes released in this version compared to 1.3.6.65 or was it only feature enhancements?

Thanks
Chris.


Complete thread: