Executing the EmailTemplateManager Script File
To run the EmailTemplateManager, execute your script file on the machine where CentraSite is installed.
Note: | CentraSite must be running when you execute the script file. |
When you execute your script file, you must include input parameters on the command line to specify what you want the EmailTemplateManager to do. You must also include parameters to specify your CentraSite user ID and password. For example, to delete a template from the directory, you would run your script as follows:
yourScriptFile-delete templateName-dbuser yourCSUserID-dbpassword yourPassword
Example:
myScript -delete myEmailTemplate.html -dbuser jcallen -dbpassword j45Hk19a
Note: | If you execute your script without supplying any input parameters, the EmailTemplateManager will display the list of all supported parameters. |