I am having a strange issue here, let me give a short overview. I made a simple c# application which send email using google smtp in Windows 7 and its not working from my notebook. I dig into it.
"An attempt was made to access a socket in a way forbidden by its access permissions". For this I deactivate my anti virus, firewalls etc. but no luck. I tried telnet smtp.gmail.com 25 and "Connecting To smtp.gmail.com...Could not open connection to the host, on port 25 connection failed"... again no luck. I browsed almost every website dealing with this issue,but could not solve.
Nearly wasted a day on this issue. Then I have asked my colleague to telnet smtp.gmail.com 25 from his PC and it worked. And C# application also worked. What I figured out is that I am using Windows 7 Eng Version and my colleague is using German version. Do you think this is something relevant? This is really weird for me.
Would need your suggestions to solve this issue.
Cheers, Quadri