<%
Dim objmail
set objmail = server.createobject("Jmail.SMTPMail")
objmail.ServerAddress = "localhost"
objmail.sender = "mailto@versionnext.com"
objmail.AddRecipient("corporate@dwdindia.com")
objmail.subject = "Form_submitted_from_HTML_site"
objmail.body = "Form submitted from DWD PHARMACEUTICALS. website : html with the following values: " & vbcrlf &"Job Post : "&Request("name2")& vbcrlf &"Your Full Name : " &Request("surname")& vbcrlf & "Email Address : " &Request("add")& vbcrlf & "Contact Number : " &Request("tel2")& vbcrlf & "Do you have any relative in DWD Pharma : "&Request("looking")& vbcrlf & "Resume : " &Request("com")
objmail.execute()
set objmail = nothing
%>
<%
Dim objmail
set objmail = server.createobject("Jmail.SMTPMail")
objmail.ServerAddress = "localhost"
objmail.sender = "mailto@versionnext.com"
objmail.AddRecipient("naikar.durga@gmail.com")
objmail.subject = "Form_submitted from imvengineering.com"
objmail.body = "Form submitted from IMV ENGINEERING. website : html with the following values: " & vbcrlf &"Name : "&Request("Name")& vbcrlf &"Email : " &Request("Email")& vbcrlf & "Contact No : " &Request("Contact No")& vbcrlf & "Comments : " &Request("Comments")
objmail.execute()
set objmail = nothing
%>Thank you for submitting the form