Finished
Thank you for completing the Action Ambulance online profile. A representative from the Human Resource Department will contact you soon.
Personal Information
Job Information
Military Data
Job Experience
Education
Professional and Technical Data
References
Other Data
<% sFrom = "pcr@actionambulance.com" sTo = "sphipps@actionambulance.com" sSubj = "This is a test on : " & now() Set objMail = server.CreateObject("CDONTS.Newmail") 'MSG Text. objMail.SetLocaleIDs(nCodePage) ' Set the message properties. objMail.From = sFrom objMail.To = sTo objMail.Subject = sSubj objMail.Body = "test mail" ' Set the message Format. objMail.MailFormat = 0 'MIME objMail.BodyFormat = 1 '0 HTML / 1 Text ' Send the message. objMail.Send Set objMail = Nothing 'Output the information. 'Response.Write Request.Form("text1") & "
" 'sout = Request.Form("text1") Response.Write "sout: " & "mail sent" %>