If your Zendesk ticket comments show HTML tags instead of formatted text, it's likely due to the email's content type being set to plain text. This happens when the email header includesContent-Type: text/plain
, preventing HTML formatting from displaying. To fix this, the sender should contact their email administrator to change the header toContent-Type: text/HTML
. This will ensure that HTML tags are rendered as formatted text in the ticket comments. For additional details, see the article on disabling and enabling rich content in incoming emails.
HTML elements in emails may not render in Zendesk ticket comments if the email's content type is set to plain text. This issue occurs when the incoming email has a header withContent-Type: text/plain
, causing the email to display as plain text…
To fix plain text emails in Zendesk ticket comments, the sender needs to adjust the email's content type. If an email is displaying as plain text, it likely has aContent-Type: text/plain
header. The sender should contact their email…
If HTML emails are appearing as plain text in Zendesk, the issue is likely with the email's content type setting. The email header might be set toContent-Type: text/plain
, which causes the email to display without HTML formatting. To resolve…