My team is working on an Library application in asp.net 2.0/VS2005.
This application needs to send emails, so have implemented smtp access in the code.
Access to smtp email server is also granted. The same code is able to send email to the desired email-id when debugged
from local machine But from the server machine, while sending email the application generates an exception at
System.Net.Mail.Send method.
Error is :
' unable to read transport connection, net_io_connectionclosed '
Can anybody suggest as to what exactly is the problem and how to solve this issue?
...
Go to the complete details ...