I am using a LAN network that uses a proxy server. In C #, I am trying to develop an application through which I can send emails. But from my network I cannot send mail due to this problem. From any other network that is not dependent on the proxy server, there is no problem sending mail.
I typed the command line telnet smtp.gmail.com 25
and it shows that it cannot connect to 'smtp.gmail.com'
source
share