Email Comment Notification


Email Comment Notification

Email comment notification is a way to let a user know another user commented on his media.

The notification is off by default and must be enabled in Newzulu Platform project settings. In order to enable comment notification, the email template must be created first. To create the template follow these steps:

  • go to the any application in your project
  • select Email Templates
  • create the desired email text/format
  • configure email options by clicking on the Info button and filling in the fields
  • save the template

Return to Project Settings page and select the template name from the Comment notification email dropdown. This will enable email notifications to be sent out to users when another user leaves a comment on their media item.

Example: User Comment

Hi <strong>{$firstname}</strong>, <br/><br/> <strong>{$author}</strong> submitted a new comment on <a href="{$parent_media_url}">{$mediaTitle}</a> at <a href="{$parent_media_url}">{$appInfoName}</a> <br/><br/><br/> <i>"{$comment}"</i> <br/><br/><br/><br/> Cheers, <br/><br/> <a href="http://{$appInfoMainDomain}">{$appInfoName}</a> Team.<br/><br/><br/><br/> <small> To manage email notifications go to your profile: <a href="#">http://{$appInfoMainDomain}/profile</a> <small>

Supported Attributes

NameDescription
firstnameThe first name of the recipient of the email.
authorThe author of the comment.
parent_media_urlThe url for the media.
mediaTitleThe title of the media.
commentThe comment posted for the media.
appInfoMainDomainThe domain for the application.
appInfoNameThe name of the application.