The Media Report Offensive email is sent to a specified user when a media is marked as offensive.
The email is sent by providing data to the API call media.reportOffensive, and only when the following 2 parameters are passed to the function: "templateid" and "to".
The "templateid" defines the template to be used for the email, and "to" defines the recipient's email address.
Name | Description |
---|---|
media_id | The id of the media reported as offensive. |
vhost | The id of the application that contains the media reported as offensive. |
date | The date and time that the media was reported as offensive. |
uid | The id of the user who reported the media item as offensive. |
reason | The reason why the media was reported as offensive (if provided by the user). |
The media {$media_id} in application {$$vhost} has been marked as offensive by user with id {$$uid}, on date {$$date} for the following reason:
{$$reason}