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

Purchasing a lockbox

Who can purchase a lockbox?

Anyone may purchase a lockbox, however assigning a lockbox will require a supra account and MLS membership.

  • 42
  • 26-Sep-2017
  • 867 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; }); });