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

You 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