From: $helpers.FormatFromAutomated() To: <$globals.HtmlDecode($user.Email)> Subject: $mime.EncodeHeader($settings.SiteName, $charSet): $mime.EncodeHeader($post.Subject, $charSet) #if (!$user.EnableHtmlEmail) #mimebody("text/plain" $charSet) $mg.RenderText($post) -- You were sent this email because an administrator sent it to all users in the $roleName role on $settings.SiteName. #end #else #mimebody("text/html" $charSet)
$mg.RenderHtml($post)

You were sent this email because an administrator sent it to all users in the $roleName role on $settings.SiteName.

#end #end