<% Response.Buffer = True Dim strBody Dim objCDOMail Dim strMyEmailAddress Dim strCCEmailAddress Dim strBCCEmailAddress Dim strReturnEmailAddress strMyEmailAddress = "careers@marutibuildtech.com" strCCEmailAddress = "" strBCCEmailAddress = "" strReturnEmailAddress = Request.Form("email") strBody = "

E-mail Form Maruti Build - tech - Careers.

" strBody = strBody & "
Full Name: " & Request.Form("firstName") strBody = strBody & "
Date of Birth: " & Request.Form("date") strBody = strBody & "

Current location: " & Request.Form("current") strBody = strBody & "

Mobile No: " & Request.Form("phone") strBody = strBody & "
E-mail: " & strReturnEmailAddress strBody = strBody & "

Work Experience (duration): " & Request.Form("year") strBody = strBody & "

Work Experience details: " & Request.Form("key") strBody = strBody & "

Current CTC (P.A): " & Request.Form("ctc") strBody = strBody & "

Expected CTC (P.A): " & Request.Form("expected") If Len(strReturnEmailAddress) < 5 OR NOT Instr(1, strReturnEmailAddress, " ") = 0 OR InStr(1, strReturnEmailAddress, "@", 1) < 2 OR InStrRev(strReturnEmailAddress, ".") < InStr(1, strReturnEmailAddress, "@", 1) Then strReturnEmailAddress = strMyEmailAddress End If Set objCDOMail = Server.CreateObject("CDONTS.NewMail") objCDOMail.From = Request.Form("firstName") & " " & Request.Form("lastName") & " <" & strReturnEmailAddress & ">" objCDOMail.To = strMyEmailAddress objCDOMail.Cc = strCCEmailAddress objCDOMail.Bcc = strBCCEmailAddress objCDOMail.Subject = "E-mail Form Maruti Build - tech - Careers" objCDOMail.BodyFormat = 0 objCDOMail.MailFormat = 0 objCDOMail.Body = strBody objCDOMail.Importance = 1 objCDOMail.Send Set objCDOMail = Nothing %> Welcome To Maruti Build - tech Pvt.Ltd.,
Home Page
Company Profile
“Will Be Updated Shortly”
Current Projects
Career
Contact Us
 
 

 

 

 

 

Thank-you   <% = Request.Form("firstName") %>   <% = Request.Form("lastName") %> for filling in the enquiry form.
We shall be receiving your enquiry shortly and will reply as soon as possible.

 

 

 

All rights reserved © 2008 - Maruti Build - tech Pvt.Ltd., Powered by  :  Logicshore