% @language="VBSCRIPT" %>
<%
Dim objMail, myBody
myBody = "Enquiry From Website" & vbcrlf & vbcrlf & vbcrlf
myBody = myBody & "Full Name: "& request.form ("name")& vbcrlf & vbcrlf
myBody = myBody & " Address: "& request.form ("address") & vbcrlf & vbcrlf
myBody = myBody & " Tel: "& request.form ("tel")& vbcrlf & vbcrlf
myBody = myBody & " Email: "& request.form ("email")& vbcrlf & vbcrlf
myBody = myBody & " Enquiry: "& request.form ("enquiry")& vbcrlf
Set objMail = Server.CreateObject("CDONTS.NewMail")
objMail.From = request.form ("Email")
objMail.To = "info@dayenne.com"
objMail.Body = myBody
objMail.Send
Set objMail = Nothing
Response.Redirect "http://www.dayenne.co.uk/Index.htm"
%>
Dayenne Skin Care: In the News
“>