From: $helpers.FormatFromAutomated() To: <$globals.HtmlDecode($user.Email)> Subject: $mime.EncodeHeader($post.Subject, $charSet): Forum thread moved #if (!$user.EnableHtmlEmail) #mimebody("text/plain" $charSet) Your forum post was moved. Subject: $mg.RenderText($post.Subject) Moved to: $mg.RenderText($post.Section.Name) Link: $post.Uri #end #else #mimebody("text/html" $charSet)
Your forum post was moved.

Subject: $mg.RenderHtml($post.Subject)
Moved to: $mg.RenderHtml($post.Section.Name)
#end #end