Saandip 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")) + TRIM( Request.Form( "Body" )) Set Mailer = Server.CreateObject("Persits.MailSender") Mailer.Host = "127.0.0.1" Mailer.FromName = TRIM( Request.Form( "sendername" ) ) Mailer.From = fromWho Mailer.addaddress "saandip@yahoo.com" Mailer.Subject = "Comments to Sandip - " & 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%>