All,
I have a script that makes a SMTP call as follows
Net::SMTP->new($server);
I recently had a lot of spyware on my machine which I removed using "Ad-aware" a spyware tool. Ever since then teh SMTP call hangs. Can someone help me on how to debug this issue? IS there any other way I can solve the problem?