Date: 2/2007
Affected NV Version: All
OS Version: All
Plugin version:
Application version: MAKING "INTERNAL" .... AS THIS NO LONGER WORKS SINCE BACK IN 2009.... ***DO NOT USE ANYMORE***
Description: How to add client name in e-mail subject for Global Notifications
MAKING "INTERNAL" .... AS THIS NO LONGER WORKS SINCE BACK IN 2009.... ***DO NOT USE ANYMORE***
Solution/Workaround/Procedure:
Edit the file ~/netvault/scripts/psmail or psmail.bat in Windows
The line you need to edit is this:
$NV_HOME/util/psformat | $NV_HOME/util/nvsendmail -f - -s "Job
'$NV_JOBTITLE': $NV_STATUS" -d $NV_USER_ARG
Change it to
$NV_HOME/util/psformat | $NV_HOME/util/nvsendmail -f - -s " CLIENTNAMEHERE Job
'$NV_JOBTITLE': $NV_STATUS" -d $NV_USER_ARG
Save the file.
To use this - the individual Access Control Global Notification profile must be used, not the generic one.
MAKING "INTERNAL" .... AS THIS NO LONGER WORKS SINCE BACK IN 2009.... ***DO NOT USE ANYMORE***