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

Will BAREIS send me a paper statement by mail?

If you prefer your billing statement mailed to you, please email us with your request at [email protected]. Please acknowledge in your request that you are aware of and consent to the $5.00 fee per quarter for paper statement.

  • 157
  • 07-Oct-2017
  • 718 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; }); });