Using HTML in the Body field

Notifications are sent as plain text by default. If you use any of the following HTML tags or parts, the notification is sent as a MIME message and all HTML tags are interpreted:

<html
<body
<a
<b>
<p>
<table

They system parses the Body field when you create the translation. It determines the format to use at that time. The system scans only for the tags and tag parts listed.

If a message does not contain any of the elements that are scanned for, then the message is sent as plain text. HTML tags in the message are not interpreted. The tags are included in the message.


Feedback