You are using an unsupported browser. Please update your browser to the latest version on or before July 31, 2020.
close

Non-working authorization code for e-key service

My authorization code isn’t working now, why?

An Authorization code is only valid for 15 Minutes once it has been generated. You will need a new authorization to activate any new installation of your eKey.  BAREIS or Supra Staff can generate a new code for you, or you can generate an authorization code yourself by logging into your SupraWeb account.

  • 39
  • 26-Sep-2017
  • 801 Views
$(function () { $('.SendEmail').click(function (event) { var email = '[email protected]'; var subject = 'Test'; var emailBody = 'Hi Sample,'; var attach = 'path'; document.location = "mailto:"+email+"?subject="+subject+"&body="+emailBody+ "?attach="+attach; }); });