Latest Technology News
Welcome to the Skylock I.T Helpdesk
If you'd like an account to use the Skylock I.T Hepdesk, please fill in your details below and we'll contact you shortly.
%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> <% ' Smart Mailer 1.0.2 ' Send on submit of form registration if Request.ServerVariables("REQUEST_METHOD") = "POST" then If Request("company") = "" Then 'Response.Clear Response.Redirect("validation.asp") Elseif Request("email") = "" Then 'Response.Clear Response.Redirect("validation.asp") Elseif Request("username") = "" Then 'Response.Clear Response.Redirect("validation.asp") Elseif Request("password") = "" Then 'Response.Clear Response.Redirect("validation.asp") End If Server.ScriptTimeout = 300 Set sm1 = new SmartMailer sm1.checkVersion "1.02" sm1.smtpSetup "mail.skylock.co.uk", "", "", "" sm1.component = "cdo" sm1.tmpFolder = "" sm1.embedImages = false sm1.progressBar = "" sm1.ignore_errors = true sm1.setFrom "Skylock Support", "support@skylock.co.uk" sm1.setTo "Sam Lockley", "sam@skylock.co.uk" sm1.setCc "Sam Lockley", "skylocksupport@hotmail.co.uk" sm1.setBcc "", "" sm1.Subject = "New Skylock Support Account Request" ' using template for body sm1.setBody_Template_html "email_skylock_1.asp?company=" & Request.Form("company") & "&email=" & Request.Form("email") & "&username=" & Request.Form("username") & "&password=" & Request.Form("password") & "" ' Attachments none sm1.sendMail "one" Response.Redirect "registration_thankyou.asp" end if SM_mailAction = getMailAction() %>

Skylock Ltd, New Brook House, 385 Alfreton Road, Nottingham, NG7 5LR
If you'd like an account to use the Skylock I.T Hepdesk, please fill in your details below and we'll contact you shortly.
© Copyright Skylock Ltd 2009 Company No 4710673 VAT Reg No 850135847