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

Cloud CMA - What is Cloud CMA

Cloud CMA is program used to customize and create CMA’s, Buyer Tours, Property Reports, and Flyers using data pulled from your MLS.

  • 95
  • 04-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; }); });