{namespace t3b = TYPO3\T3extblog\ViewHelpers\Frontend}
Hello Admin,

someone added a new comment!

Blogname: 	{settings.blogName}
Blogpost: 	{post.title}
Link:		<t3b:uri.action
				extensionName="T3extblog"
				pluginName="Blogsystem"
				controller="Post"
				action="show"
				pageUid="{settings.blogsystem.pid}"
				absolute="true"
				arguments="{post.linkParameter}"
				additionalParams="{L: post.sysLanguageUid}"
				section="comment-{comment.uid}" />


Comment
Title: 		{comment.title}
Author: 	{comment.author}
Date: 		<f:format.date format="d.m.Y - H:i:s">{comment.date}</f:format.date>
Website: 	{comment.website}
Approved: 	<f:if condition="{comment.approved}"><f:then>yes</f:then><f:else>no</f:else></f:if>
Is spam: 	<f:if condition="{comment.spam}"><f:then>yes</f:then><f:else>no</f:else></f:if>

Text:
<t3b:wordwrap><f:format.stripTags>{comment.text}</f:format.stripTags></t3b:wordwrap>


You could manage comments in the TYPO3 backend of your installation:
{domain}typo3

Regards
{settings.blogName} 
 