From: $helpers.FormatFromAutomated() To: <$globals.HtmlDecode($message.From.Address)> Subject: Message not posted - permission denied #if (!$author.EnableHtmlEmail) #mimebody("text/plain" $charSet) You attempted to post a message to $section.Name, but you currently do not have permission to post to that forum. #if($userIsMember || $group.GroupType == "Joinless") #if($group.EnableContact) Please vist $globals.FullPath($groupUrls.Contact($group)) to contact the group owner if you believe that you should have permissions. #end #elseif($group.GroupType == "PublicOpen") Please visit $viewable.Uri($group) and select "Join Group" in the banner area to obtain permission. #else Please visit $viewable.Uri($group) and apply to join the group to obtain permission. #end $message.Subject $message.Body #end #else #mimebody("text/html" $charSet)
You attempted to post a message to $section.Name, but you currently do not have permission to post to that forum.

#if($userIsMember || $group.GroupType == "Joinless") #if($group.EnableContact) Please contact the group owner if you believe that you should have permissions. #end #elseif($group.GroupType == "PublicOpen") Please visit $group.Name and select "Join Group" in the banner area to obtain permission. #else Please visit $group.Name and apply to join the group to obtain permission. #end
$message.Subject
$message.Body


#end #end