{{part-boundary}}

The {{part-boundary}} tag indicates a boundary in a multi-part mime message. The format is assumed to be HTML or plain. Anything that is not HTML will be considered plain text. The HTML part is detected by searching for the <HTML> and </HTML> tags.

Attributes

None.

Examples

The plain part.

{{part-boundary}}
<HTML><HEAD></HEAD><BODY> <FONT STYLE="color:blue;font-weight:bold">The fancy part.</FONT></BODY></HTML>

Back to top