<%@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") 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 = "Forgotten Skylock I.T Helpdesk Password" ' using template for body sm1.setBody_Template_html "email_skylock_6.asp?company=" & Request.Form("company") & "&email=" & Request.Form("email") & "" ' Attachments none sm1.sendMail "one" Response.Redirect "registration_thankyou.asp" end if SM_mailAction = getMailAction() %> Skylock I.T Helpdesk

Skylock Ltd, New Brook House, 385 Alfreton Road, Nottingham, NG7 5LR

Helpdesk 24/7

Helpdesk

Live Chat OFFLINE

Live Chat

Remote Support

Remote Support

Customer Testimonials

"Skylock I.T have been a life saver to our company on more than ... "

Latest Technology News

Welcome to the Skylock I.T Helpdesk

If you've forgotten your password to use the Skylock I.T Hepdesk, please fill in your details below and we'll email it to you shortly.

Company Name *
Email Address *
 
  * required field

Return to Log-In