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

Where can I buy a Lockbox?

Lockboxes can be bought at any one of BAREIS Service Centers. Click here to see all of BAREIS Service Centers

  • 64
  • 28-Oct-2020
  • 859 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; }); });