Open a command prompt at the folder location where you have copied the
Personify Email Notification Service executable and execute the command:
Personify.Server.Notification.exe/?
-Or-
Personify.Server.Notification.exe/help
This opens a dialog as shown below:
The table below lists the files that you must deploy for the Personify Email Notification Service.
File Name |
Description |
---|---|
Personify.Server.Notification.exe | The service executable. |
Personify.HTML.Parser.dll | This assembly contains the necessary logic to parse HTML documents into a format that can be used by the service to personalize outgoing HTML messages. |
Settings.dat | This file contains
the runtime settings configured for the service using the /configure
command line.
This file cannot be manually edited. You must use the /configure command line to modify the service configuration. |
ConfigureNotificationService.cmd | This batch file launches the service executable in configuration mode allowing you to configure the runtime settings of the service. |
InstallNotificationService.cmd | This batch file installs the service executable to run as a windows service. Before running this batch file, ensure that you have configured the service correctly as identified in the sections below. |
RunNotificationServiceConsoleApplication.cmd | This batch file allows you to run the notification service application as a windows application. This is useful for debugging purposes, but should not be used within production environments. |
UnInstallNotificationService.cmd | This batch file removes the application from the Windows Service control manager. |