I am trying to send HTML data to outlook, but it comes with plain text.
window.location ="mailto:"+emails+" bcc=client@xlgateway.com&subject="+subject+"&body="+body;
body
is HTML table.
Any ideas?
I am trying to send HTML data to outlook, but it comes with plain text.
window.location ="mailto:"+emails+" bcc=client@xlgateway.com&subject="+subject+"&body="+body;
body
is HTML table.
Any ideas?