Comment email
From Wikanual
When a client leave comments for a file then an email will be sent to all people configured for the current login.
The format of this comment email is being controlled by two configuration variables:
comment notification email subject
The email subject can contain the following keywords:
IDXHTML_DISPLAYNAME
IDXHTML_LOGIN
IDXHTML_AUTHOR
IDXHTML_FILENAME
IDXHTML_PRIVATEC the string 'private' or 'public' depending on the setting.
comment notification email body
The body of the comment email can contain all the keywords of the subject and:
IDHXML_COMMENTC the actual comment
IDHXML_EMAILTRACKC if the page view was done while page tracking was active this will become:
EMAIL track that this link had been sent to: emailaddress@example.com
otherwise this keyword will be an empty string.
IDXHTML_LINKC the link to the page in the form:
LINK http://www.interdubs.com/r/acme/...
IDXHTML_TIMEPOINTC
if the comment is about about a specific frame then this will become:
COMMENT IS ABOUT FRAME AT *TimePoint*
otherwise this keyword will be an empty string. *TimePoint* is in the same format that is configured for the login for the time code display of comments.