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

BAREIS Dashboard to End Support for TLS 1.0 - Please Update Your Browser!

To maintain the highest level of security for your data and keep us in line with industry wide best practices, Clareity is ending support for TLS 1.0 on May 1, 2018. TLS is a protocol used in your browser that provides secure communications on the Internet for such things as email, instant messaging and other data transfers.

If you are using any of the following browser versions to access the Clareity MLS dashboard, you will need to update by May 1, 2018 to prevent disruption of service.

• Chrome Version 21 or below (current version 65)

• Android Version 5.0 or below (current version 8.1)

• Firefox Version 26 or below (current version 59)

• IE 10 or below (current version 11)

• Opera version 13 or below (current version 52)

• Safari 6 or below (current version 11)

Update Microsoft Internet Explorer/Edge

-       Click here for instructions

Update Chrome

-       Click here for instructions

Update Firefox

-       Click here for instructions

Update Safari

-       Click here for instructions

 Update Safari on iPad or iPhone

-       Click here for instructions

  • 192
  • 21-May-2018
  • 1577 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; }); });