Email Client template body type needs to be HTML to avoid character translations or extra returnsIssue String fields and HTML fields hold data in different formats and formatting issues are observed with the Email client template when HTML is not specified as the content type. Extra carriage returns are observed on the email client body and some data will be truncated if double angle-bracket tags <<>> are used.CauseEmail client body type is HTML and any other data formats such as strings will be translated into this format.ResolutionThe client template requires the body to be in HTML to avoid unexpected behavior such as the truncation.