From: $helpers.FormatFromAutomated() To: <$globals.HtmlDecode($recipient.Email)> Subject: Reply to ${parent.Author.DisplayName}'s status message #if (!$recipient.EnableHtmlEmail) #mimebody("text/plain" $charSet) $message.Author.DisplayName replied: $mg.RenderText($message.Body) View this entire message thread online at $globals.FullPath($message.Url()). #end #else #mimebody("text/html" $charSet)
$message.Author.DisplayName replied: $mg.RenderHtml($message.Body)

$parent.Author.DisplayName first posted: $mg.RenderHtml($parent.Body)
#foreach($reply in $replies) #if($reply.Author.Equals($recipient)) You: $mg.RenderHtml($reply.Body)
#else $mg.RenderHtml($reply)
#end #end

View and reply to the message online.

#end #end