It is pretty complicated to manage code to configure Email in your asp page Here Im giving you simplest code to manage Enquiry form and career related asp page. This code can be used with other mail providers too like Yahoo, Rediff, MSN you have to add their coresponding SMTP clients and their ports. MailMessage mail new MailMessage mail.To.Addemail.Text // this is for adding CC mail.To.Addquotemaildomain.comquot//Add this code as per ur need mail.From new MailAddressquotashu.yad111yahoo.inquot //this is not of any purpose but just to keep the code running mail.Subject subject.Text String Body body.Text mail.Body Body mail.IsBodyHtml true if FileUpload1.HasFile mail.Attachments.Addnew AttachmentFileUpload1.PostedFile.InputStream,FileUpload1.FileName SmtpClient smtp new SmtpClient smtp.Host ldquosmtp.gmail.comquot //Or Your SMTP Server Address smtp.Credentials new System.Net.NetworkCredentialquote mail id of g mailquot, ldquopasswordquot //Or your Smtp Email ID and Password smtp.EnableSsl true smtp.Sendmail For better look please move to http//satyveer.tumblr.com