From: $helpers.FormatFromAutomated() To: <$globals.HtmlDecode($user.Email)> Subject: $mime.EncodeHeader($settings.SiteName, $charSet): Your message was deleted #if (!$user.EnableHtmlEmail) #mimebody("text/plain" $charSet) $message.Author.DisplayName, The following message that you posted to $settings.SiteName on $message.DateCreated was detected as spam and automatically deleted. If this was a mistake, please try again or notify the site administrators. Message: $mg.RenderText($message) #end #else #mimebody("text/html" $charSet)

$message.Author.DisplayName,
The following message that you posted to $settings.SiteName on $message.DateCreated was detected as spam and automatically deleted. If this was a mistake, please try again or notify the site administrators.

$mg.RenderHtml($message)
#end #end