I am using this which is fine so far -
<%
email = request.form("Email")
Dim objMail
Set objMail = Server.CreateObject("CDONTS.NewMail")
objMail.From = email
objMail.Subject = "Enquiry From Web Site"
objMail.To = "myname@myURL.co.uk"
ObjMail.BodyFormat =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.