%@ language=vbscript %> <% if Request.ServerVariables("content_length") <> 0 then SUB sendMail( email,body ) DIM myMail Set mymail = Server.CreateObject("SMTPsvg.Mailer") mymail.ContentType = "text/html" mymail.RemoteHost = "mail.indiatourspackages.com" mymail.FromAddress = "info@indiatourspackages.com" mymail.AddRecipient "indiatourspackages","info@indiatourspackages.com" mymail.AddBCC "Neuro Nimbus","vipul@neuronimbus.com" mymail.FromName=email mymail.Subject="Car booking through indiatourspackages.com" mymail.BodyText=body mymail.Sendmail set mymail=nothing END SUB firstname=TRIM(Request.Form ("firstname")) address1=TRIM(Request.Form ("address1")) phone = TRIM( Request.Form( "phone" )) email = TRIM( Request.Form( "email" )) duration = TRIM( Request.Form( "duration" )) specificrequirement = TRIM( Request.Form("specificrequirement")) body2="
| firstname | " &_ ": "+firstname +" | " &_ "
| car type | " &_ ": "+Request.QueryString("car") + " | " &_ "
| address1 | " &_ ": "+address1 + " | " &_ "
| phone | " &_ ": "+phone + " | " &_ "
| : " +email+ " | " &_ "|
| duration | " &_ ": "+duration+" | " &_ "
| specific requirement | " &_ ": "+specificrequirement+" | " &_ "
![]() |
![]() |
![]() |
| Home | About Us | Packages | Car / Coach Rental | Hotels | Contact Us |
| All contents © copyright 2009, indiatourspackages.com,. All rights reserved. powered by www.mark-design.net |