%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%>
<%
' Smart Mailer 1.0.7
' Send on submit of form form1
if Request.ServerVariables("REQUEST_METHOD") = "POST" then
Server.ScriptTimeout = 300
Set sm1 = new SmartMailer
sm1.checkVersion "1.07"
sm1.contentCharset = "us-ascii"
Session.CodePage = sm1.getCodepage()
sm1.smtpSetup "mail.solnewmedia.com", "", "", ""
sm1.pickup = ""
sm1.component = "aspemail"
sm1.tmpFolder = ""
sm1.embedImages = false
sm1.progressBar = ""
sm1.ignore_errors = false
sm1.useQueue = false
sm1.setFrom "Website Enquiry", Request.Form("email")
sm1.setTo "ChipsAway San Pedro", "chipsawaysanpedro@solnewmedia.com"
sm1.setCc "", ""
sm1.setBcc "", ""
sm1.Subject = "Website Enquiry"
' using static for body
sm1.setBody_Static_html "An Enquiry has been received from the website" & vbCRLF & "" & (Request.Form("Name")) & "" & vbCRLF & "" & (Request.Form("address2")) & "" & vbCRLF & "" & (Request.Form("Town")) & "" & vbCRLF & "" & (Request.Form("region")) & "" & vbCRLF & "" & (Request.Form("Mobile")) & "" & vbCRLF & "" & (Request.Form("telephone")) & "" & vbCRLF & "" & (Request.Form("email")) & "" & vbCRLF & "" & vbCRLF & "Requests" & vbCRLF & "" & (Request.Form("Enquiry")) & "" & vbCRLF & ""
' Attachments none
sm1.sendMail "one"
Response.Redirect "thankyou.html"
end if
SM_mailAction = getMailAction()
%>
Chips Away Spain Car Repair Body Shop
We offer employment to high quality individuals who are time served City and Guilds trained professionals. All members of staff have also been trained at our Malaga head office in Chipsway techniques undertaking a three week intensive training counrse.
We also need fully skilled panel beaters, paint sprayers and mechanics at our locations. Please email your C.V. to arrange an interview.