Posted on: 5/11/2006 4:22:24 PM | Views : 395

hi,  [:D]   I want to send email from passwordrecovery control so that user can get there password by email, i am using this this code in web.config file.  
This is the  SMTP Server: mail.musiciq.co.uk given to me by discountasp.net.   When i use this code then it gives error    <system.net>   <mailSettings>    <smtp deliveryMethod="Network">     <network defaultCredentials="false" host="mail.musiciq.co.uk" password="password" userName="definitivem" from="info@musiciq.co.uk" />    </smtp>   </mailSettings>  </system.net>   thanks

Go to the complete details ...