Name

email

Message <% Dim myMail, myBody myBody ="Name: "& request.form("name") & vbcrlf & "E-Mail: " & request.form("email") & vbcrlf & "Message: "& vbcrlf & request.form ("message") Set myMail = Server.CreateObject ("CDONTS.NewMail") myMail.From = request.form("email") myMail.To = "matt@olearystudios.com" myMail.Subject = "Customer Contact" myMail.Body = myBody myMail.Send set myMail=nothing Response.Redirect("contact_thanks.asp") %>

 

Contact via standard email

Your data will not be shared

All Images © 2006 by Matt O'Leary / O'Leary Studios