From: $helpers.FormatFromAutomated() To: <$globals.HtmlDecode($user.Email)> Subject: $message.Author.DisplayName posted a comment on your profile: $mime.EncodeHeader($message.Subject, $charSet) #if (!$user.EnableHtmlEmail) #mimebody("text/plain" $charSet) From: $message.Author.DisplayName Subject: $mg.RenderText($message.Subject) $mg.RenderText($message) View comment at $viewable.Uri($message). #end #else #mimebody("text/html" $charSet)

From: $message.Author.DisplayName
Subject: $message.Subject

$mg.RenderHtml($message)
View the comment online.
#end #end