From a Command Line
To list the email templates in CentraSite repository, use a command ConfigEmailTemplates of the following format:
On Windows
ConfigEmailTemplates.cmd -dbuser <USERNAME>
-dbpassword <PASSWORD> -list
On UNIX
ConfigEmailTemplates.sh -dbuser <USERNAME>
-dbpassword <PASSWORD> -list
Input Parameters and Options
The following table describes the complete set of input parameters and options that you can use with the EmailTemplateManager utility:
Parameter / Option | Description |
USERNAME | Required. Your CentraSite user ID. |
PASSWORD | Required. The password for your CentraSite user account. |
CENTRASITE-URL | The fully qualified URL for the CentraSite registry/repository. If you omit this parameter, the importer assumes that the registry/repository resides at http://localhost:53307/CentraSite/CentraSite. Note: | If the registry/repository is running on a different machine and port number, you can use this parameter to specify its location instead of using the individual -h and -p parameters. (If you specify the -dburl parameter with the -h and/or -p parameters, the -h and -p parameters will be ignored.) |
|
-list | Lists all the published email Templates. |