Posted on: 12/23/2013 3:22:00 PM | Views : 897

Hello Everyone,
My query is that what should be the network credentials and SMTP host for gmail and its port number for sending information entered by the user of my website in Contact Us Form.So how can you help me.Here's the code.Here 2 messeges are sent one to the customer's entered email id and one to my or admin email id that the customer has enquired for something.That's it.

using System; using System.Data; using System.Configuration; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.WebControls.WebParts; using System.Web.UI.HtmlControls; using System.Drawing; using System.Net.Mail; using System.Net.Mime; using System.Text; using System.Collections; using System.ComponentModel; using System.IO; public partial class Contact : System.Web.UI.Page {     protected void Page_Lo ...

Go to the complete details ...