Viewing the Email Templates List
Pre-requisites:
To view the list of available email templates through the CentraSite Command Line Interface, you must have the CentraSite Administrator role.
CentraSite provides a command tool named ConfigEmailTemplates for this purpose.
To view the list of email templates
Run the command ConfigEmailTemplates. The syntax is of the format C:\SoftwareAG\CentraSite\utilities>ConfigEmailTemplates.cmd -dbuser <USERNAME> -dbpassword <PASSWORD> [-dburl <CENTRASITE-URL>] -list
The input parameters are:
Parameter | Description |
-dburl | (Optional). The URL of the CentraSite registry. For example, http://localhost:53307/CentraSite/CentraSite. |
-dbuser | The user ID of a registered CentraSite user who has the CentraSite Administrator role. For example, Administrator. |
-dbpassword | The password for the registered CentraSite user identified by the parameter -dbuser. |
-list | A list of the available email templates. |
Example (all in one line):
C:\SoftwareAG\CentraSite\utilities>ConfigEmailTemplates.cmd -dburl http://localhost:53307/CentraSite/CentraSite –dbuser Administrator –dbpassword manage -list