<% dim nm nm=nm & "---------------------"& vbcrlf nm=nm & "YOUR INFO"& vbcrlf nm=nm & "---------------------"& vbcrlf nm=nm & "Name : " & Request.Form("name") & vbcrlf nm=nm & "Address : " & Request.Form("address")& vbcrlf nm=nm & "Phone : " & Request.Form("phone")& vbcrlf nm=nm & "Email : " & Request.Form("email")& vbcrlf nm=nm & "Comment : " & Request.Form("comment")& vbcrlf Set JMail = Server.CreateObject ("JMail.SMTPMail") JMail.ServerAddress = "localhost" JMail.Sender = request("email") JMail.Subject = "Inquiry form for Shiva Temple Architects" JMail.AddRecipient "templearch@gmail.com" JMail.AddRecipientbcc "rajesh@cgscorporate.com" JMail.AddRecipientbcc "" JMail.Body = nm JMail.Priority = 3 JMail.Execute url="http://mtgbanks.com/rajesh/shivatemplearchitects/index.html" response.redirect url %>