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

How will I receive my bill for MLS dues?

BAREIS sends the billing to the email address on your BAREIS account.

If you would like your bill sent to a different email address, please email us with your preferred billing email address: [email protected] 

  • 156
  • 07-Oct-2017
  • 729 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; }); });