From a Command Line
To download an email template from CentraSite repository, use a command ConfigEmailTemplates of the following format:
On Windows
ConfigEmailTemplates.cmd -dbuser <USERNAME> -dbpassword <PASSWORD>
[-dburl <CENTRASITE-URL>] -download <EMAIL-TEMPLATE> -tolocation <LOCATION>
On UNIX
ConfigEmailTemplates.sh -dbuser <USERNAME> -dbpassword <PASSWORD>
[-dburl <CENTRASITE-URL>] -download <EMAIL-TEMPLATE> -tolocation <LOCATION>
Input Parameters
The following table describes the complete set of input parameters that you can use with the EmailTemplateManager utility:
Parameter | 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.) |
|
EMAIL-TEMPLATE | The name of an existing email template. |
LOCATION | The location to save an existing email template. |