The SMTP server requires a secure connection or the client was not authenticated. The server response was: 5.5.1 Authentication Required. Learn more at  string emailAdd = "info@abc.in";                 string catg = ddlCategory.SelectedItem.Text;                 string name = txtName.Text;                 string mblno = txtMobile.Text;                  string messageBody = "<table><tr style='background-color:Blue;color:White;'><td colspan='2'>Enquiry Details are:-</td></tr><tr><td>Category:</td><td>" +          ...

Go to the complete details ...