Re: WodSmtp is making my exe (General questions)
Hi,
In which environment are you using wodSMTP?
Why don't you simply use Timeout Property on this way:
[code]smtp1.Timeout = 30
smtp1.Connect[/code]
Which version of wodSMTP are you using? You can check version using wodSMTP Version Property
[code]MsgBox smtp1.Version[/code]
Drazen