Srikakulam Today Feed Back Form

<%if request.form("fromWho") = "" then %>
Your Name
Your E-Mail
Subject
Location
Age
Comment / Recommendations
<%else fromWho = TRIM( Request.Form( "fromWho" ) ) toWho = TRIM( Request.Form( "toWho" ) ) Subject = TRIM(Request.Form("Subject")) Body = "


" + "Sender Name: " + request.form("sendername") + "
" + "Location: " + trim(request.form("location")) + "
" + "Age: " + trim(request.form("age")) + "
" + "Comments/Recommendation: " + TRIM( Request.Form( "Body" )) + "
" Subject = "Comments to SrikakulamToday.com - " & Subject Set Mailer = Server.CreateObject("Persits.MailSender") Mailer.Host = "127.0.0.1" Mailer.FromName = TRIM( Request.Form( "sendername" ) ) Mailer.From = fromWho Mailer.addaddress "srikakulamtimes@yahoo.com" Mailer.IsHTML = True Mailer.Subject = Subject Mailer.Body = Body If Mailer.Send then Msg = "mail sent sucessfully!" Else Msg = "mail not sent sucessfully" msg = msg & "
" & mailer.response End If set mailer=nothing %>
Thank you <%=fromwho%>.

We received your message and will follow up you soon.

Thanks for using srikakulamtoday.com Free Services


<%end if%>