<%@LANGUAGE="VBSCRIPT"%> <% If Request.ServerVariables("REQUEST_METHOD") = "POST" then msgBody = "Name : " & Request.Form("name") & VbCrLf msgBody = msgBody & "EMail : " & Request.Form("email") & VbCrLf msgBody = msgBody & "Telephone : " & Request.Form("telephone") & VbCrLf msgBody = msgBody & "Request Contact : " & Request.Form("request_contact") & VbCrLf msgBody = msgBody & "Comments : " & Request.Form("comments") Set Jmail = Server.CreateObject( "JMail.Message" ) Jmail.Logging = FALSE Jmail.Silent = TRUE 'Jmail.ReturnReceipt = Request.Form("Receipt") 'Jmail.AddRecipient Request.Form("Recipient") JMail.From = Request.Form("email") JMail.FromName = Request.Form("name") JMail.AddRecipient "merle@anartistspalette.co.za" JMail.Subject = "On-Line Contact" 'Priority 1=Urgent, 3=Normal, 5=Lowest JMail.Priority = 3 JMail.Body = msgBody If JMail.Send("localhost") = true then Response.Redirect("ThankYou.htm") else Response.Write "Mail send failure. Error Log is: " & Jmail.log end If End If %> Contact Us On-Line

Tel: 27 31 767-0746
E-mail: merle@anartistspalette.co.za

Name:
E-Mail Address:
Telephone No.:
Please contact me:
Comments:
If you wish to purchase or enquire about a painting, please indicate the title of the painting.
 

© Copyright - An Artists Palette 2001
Website Designed and Hosted by: Web Dynamix