<%@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", "chipsawayspain@hotmail.com" sm1.setCc "Andrew", "info@solnewmedia.com" 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
 

 

sdfds sdfds sdfds