Notification E-mails
Remote Installer can send notification messages to a preset e-mail address on tasks start and/or finish. These messages are sent using the mailbox configuration defined on the E-mail Options preference page to the specified addresses. This part of the guide describes the placeholders that can be used in the templates for notification messages sent by e-mail on task start and finish, if defined on the Notifications preference page. The following placeholders can be used in notification e-mail messages templates defined on the Notification Templates preference page.
Notification On Task Start
The following placeholders can be used for notification messages sent on task start:
%TASK_NAME% |
the name of the started task. |
%LOCAL_HOST% |
the name of the machine hosting the program. |
%RUNNING_PRODUCT% |
the running program name. |
%PRODUCT_VERSION% |
the current version of the running program. |
%TIME% |
the current time. |
%DATE% |
the current date. |
%DATETIME% |
the current date and time. |
Notification On Task Finish
The following placeholders can be used for notification messages sent on task finish and containing brief information on the task execution results:
%TASK_NAME% |
the name of the started task. |
%SUCCEEDED% |
the number of machines processed successfully. |
%WARNINGS% |
the number of machines processed with warnings. |
%ERRORS% |
the number of machines not processed due to errors. |
%CANCELED% |
the number of machines with canceled processing. |
%PROCESSED% |
the number of machines that took part in the operation. |
%SUCCEEDED_LIST% |
the list of machines processed successfully. |
%WARNINGS_LIST% |
the list of machines processed with warnings. |
%ERRORS_LIST% |
the list of machines not processed due to errors. |
%CANCELED_LIST% |
the list of machines with canceled processing. |
%PROCESSED_LIST% |
the list of machines that took part in the operation. |
%DURATION% |
the time spent for performing the operation. |
%RESULTS% |
the per machine execution results table. |
%LOCAL_HOST% |
the name of the machine hosting the program. |
%RUNNING_PRODUCT% |
the running program name. |
%PRODUCT_VERSION% |
the current version of the running program. |
%TIME% |
the current time. |
%DATE% |
the current date. |
%DATETIME% |
the current date and time. |