";
BodyText += "| ";
BodyText += "Time:";
BodyText += " | ";
BodyText += DateTime.Now.ToString();
BodyText += " |
";
BodyText +="| ";
BodyText += "Name:";
BodyText += " | ";
BodyText += Request["name"];
BodyText +=" |
";
BodyText +="| ";
BodyText += "Primary Phone:";
BodyText += " | ";
BodyText += Request["phone"];
BodyText +=" |
";
BodyText +="| ";
BodyText += "Other Phone:";
BodyText += " | ";
BodyText += Request["ophone"];
BodyText +=" |
";
BodyText +="| ";
BodyText += "Email:";
BodyText += " | ";
BodyText += Request["email"];
BodyText +=" |
";
BodyText +="| ";
BodyText += "Message:";
BodyText += " | ";
BodyText += Request["message"];
BodyText +=" |
";
BodyText +="
";
TechSupport.To = MailTo;
TechSupport.From = From;
TechSupport.BodyFormat = System.Web.Mail.MailFormat.Html;
TechSupport.Subject = Subject;
TechSupport.Body = BodyText;
string MyPath= Request.ServerVariables["PATH_TRANSLATED"].ToString().ToUpper();
if (MyPath.IndexOf("G:\\ADVERTISING") >=0 || MyPath.IndexOf("E:\\INETPUB\\AQUATICDESIGNSTUDIO") >=0) {
SmtpMail.SmtpServer = "popmail.thatpetplace.com" ;
} else {
SmtpMail.SmtpServer = "localhost" ;
}
try {
SmtpMail.Send(TechSupport);
} catch (Exception E) {
Response.Write("