when i check the above link and i got the erorr like System.Net.Mail.SmtpException: Failure sending mail. ---> System.NullReferenceException: Object reference not set to an instance of an object. at System.Net.BufferBuilder.Append(String value) at System.Net.Mail.AuthCommand.PrepareCommand(SmtpConnection conn, String message) at System.Net.Mail.AuthCommand.Send(SmtpConnection conn, String message) at System.Net.Mail.SmtpConnection.GetConnection(String host, Int32 port) at System.Net.Mail.SmtpTransport.GetConnection(String host, Int32 port) at System.Net.Mail.SmtpClient.GetConnection() at System.Net.Mail.SmtpClient.Send(MailMessage message) --- End of inner exception stack trace --- at System.Net.Mail.SmtpClient.Send(MailMessage message) at contactus.btnSend_Click(Object sender, EventArgs e) in d:\website\contactus.aspx.cs:line 143