Copy link to clipboard
Copied
In the body of the email (cMsg:) I need the text and the response inf the form to be Bold and Highlighted in the body of the email. Is this possible? Thank you in advance!
cMsg: "ITEM 1 - Room Name: " + this.getField("Rooms").valueAsString + " - Cause: " + this.getField("Cause").valueAsString + "\n" +
"" + this.getField("Req").valueAsString + this.getField("quicknote").valueAsString + " " + this.getField("Notes").valueAsString + "\n" +
this.getField("PartLocation1").valueAsString + " Qty: " + this.getField("QtyS").valueAsString + " - Color: " + this.getField("Color").valueAsString + " - Manufacture: " + this.getField("Manufacture").valueAsString + "\n\n"
Copy link to clipboard
Copied
No, it's not possible. A script can only generate plain-text emails, without formatting.
Copy link to clipboard
Copied
No, it's not possible. A script can only generate plain-text emails, without formatting.