Ask ur Computers Related Queries

(Free Consultancy)

<%if request.form("fromWho") = "" then %>
Your Name
Location
Phone/Mobile No
Your E-Mail
Please Choose a Query
Subject
Your query here
<%else fromWho = TRIM( Request.Form( "fromWho" ) ) toWho = TRIM( Request.Form( "toWho" ) ) Subject = TRIM(Request.Form("Subject")) Body = "Sender Name: " + request.form("sendername")+ "Location: " + request.form("location")+ "Phone: " + request.form("phone") + "E-Mail: " + request.form("fromwho") + "Subject: " + request.form("subject") + "Message: " + 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 "srikakulaminfo@yahoo.com" Mailer.Subject = "Srikakulamtoday Computer - " & 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.

If you need an immediate attention, Also Try our Cell number:9849702532.
Note this Number is For Only Queries Relating to Computers.
<%end if%>