Using CDOSYS to Send Email especially for Godaddy
Here is the code to send Email from your website.I had tested this code on My Godaddy Web hosting and it was perfectly working.
The things need to be change is in Red colour
// language -- C#
// import namespace
using System.Web.Mail;
private void SendEmail()
{
// Don't change this if you are using godaddy otherwise mention your smtp server name.