0

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?

Arjan Tijms
  • 37,782
  • 12
  • 108
  • 140
alkhader
  • 960
  • 6
  • 16
  • 33

1 Answers1

0

It's not possible to send HTML code as body using mailto.

Draex_
  • 3,011
  • 4
  • 32
  • 50