Add formatting to the body of a javascript-generated email using mailto (or better idea?)
Copy link to clipboard
Copied
Hey all,
I'm using this simple code below to generate an email at the click of a button. If there is a different method, please let me know. I'd really like to add even minimal formatting to the email. Wishlist: some underline, hyperlink, indent. But even attempts to indent have failed: I've tried " ", "\t", "\u0009".
Any suggestions?
var templateText = "Template text here.\n\nThank you,"
Copy link to clipboard
Copied
Acrobat JavaScript sends plain-text emails. Formatting of plain text (including setting a font, text style, tabs, or almost anything else) is impossible. In some mail clients, leading blanks might make an indent; others will ignore it. This cannot be added to a wish list, because it's impossible in plain text, an eternal and unchanging email standard.

