The last line is 37
Set MailObj = Server.CreateObject ("CDONTS.NewMail")
EmailFrom = "Applications@zkdinc.com"
EmailTo = request.cookies("email")
Subject = "ZKD Applications"
'MailObj.AttachFile("E:\Inetpub\Virtuals\uniquestdesigns\apataarp\epsq.doc")
Body = "<!DOCTYPE HTML PUBLIC ""-//W3C//DTD HTML 4.0 Transitional//EN"">"
Body = Body & "<html>" & "<body>"
Body = "<img src=
& "<br>" & "<br>"
Body = Body & date() & "<br>" & "<br>" & "Dear " & request.cookies("name") & "<br>" & "<br>"
Body = Body & "Thank you for your interest in employment with ZKD, Inc. We are in receipt of your resume "
Body = Body & ", if there is any interest a Recruiter will contact you. Due to a high volume of resumes, we will only contact "
Body = Body & "applicants that skills most closely match the requirements of our vacancy." & "<br>" & "<br>"
Body = Body & "Please take a moment to review the attached document, which contains instructions on completing and submitting your SF-86" & "<br>" & "<br>"
Body = Body & "We will maintain your resume on file for six months. Should a position open that matches your "
Body = Body & "qualifications, we will contact you." & "<br>" & "<br>"
Body = Body & "Again, thank you for your interest in employment with ZKD, Inc. Good luck in your career search." & "<br>" & "<br>"
Body = Body & "Sincerly, " & "<br>" & "<br>" & "<br>" & "ZKD, Inc." & "<br>" & "Recruiting Department"
'host = "localhost"
MailObj.BodyFormat = 0
MailObj.MailFormat = 0
MailObj.Send EmailFrom, EmailTo, Subject, Body