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

XpressKEY - Quick Start Guide

Supra XpressKEY Quick Start Guide

Click here for Supra eKEY Quick Start Guide.

  • 60
  • 22-Jun-2023
  • 800 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; }); });