| Author: sappi 07 Oct 2008 | Member Level: Gold | Rating: Points: 3 |
u need to write this code in configuration section of the web.config <system.net> <mailSettings> <smtp> <network host="hostname" port="25" defaultCredentials="true"/> </smtp> </mailSettings> </system.net>
|