From: $helpers.FormatFrom($post.Section.Name,$settings.NotificationFromEmailAddress) To: Bcc: $subscribers Subject: $mime.EncodeHeader($post.Section.Name, $charSet): $mime.EncodeHeader($post.Subject, $charSet) #if (!$IsHtml) #mimebody("text/plain" $charSet) A new blog post was submitted to $post.Section.Name: Subject: $mg.RenderText($post.Subject) By: $post.User.DisplayName Link: $post.Uri #if(!$helpers.IsNull($post.Excerpt)) $mg.RenderText($post.Excerpt) #else $mg.RenderText($post) #end --- You are subscribed to notifications for the Team Telligent Announcements blog. View this post or change your subscription settings here: $post.Uri #end #else #mimebody("text/html" $charSet)