Notification and subscription messages
From OpenKM Documentation
When you are subscribed to a document, any change in the document will be notified by email. These email messages are created using some defined templates. You can modify these default templates to create messages adapted to your company style. This modification is done editing the file OpenKM.cfg.
Be careful to set the property application.url or this OpenKM feature won't work. |
These are the default values:
notify.message.subject | OpenKM - NOTIFICATION - {0} |
---|---|
notify.message.body | <b>Document: </b><a href="{0}">{1}</a><br/><b>User: </b>{3}<br/><b>Message:</b>{4}<br/> |
subscription.message.subject | OpenKM - {0} - {1} |
subscription.message.body | <b>Document: </b><a href="{0}">{1}</a><br/><b>User: </b>{3}<br/><b>Event:</b>{4}<br/><b>Comment: </b>{5}<br/> |
And these are the substitution variables used:
NOTIFY MESSAGE SUBJECT | NOTIFY MESSAGE BODY |
---|---|
{0} - document path | {0} - document URL |
{1} - document name | {1} - document path |
{2} - document name | |
{3} - user id | |
{4} - message |
SUBSCRIPTION MESSAGE SUBJECT | SUBSCRIPTION MESSAGE BODY |
---|---|
{0} - event type | {0} - document URL |
{1} - document path | {1} - document path |
{2} - document name | {2} - document name |
{3} - user id | |
{4} - event type |
More info on this can be found at: