mail_cmd

Rational® Synergy uses a default mail tool for DCM email notification. To use your own mailer instead of the default tool, enter the following line in the [Options] section of the server installation ccm.ini file.

mail_cmd = user-defined_mail_command

The syntax for user-defined_mail_command depends on the mailer you want to use. However, your mailer typically requires recipients, subject, and content options and arguments. For example, the following is a mail_cmd definition for ccmail:

mail_cmd = C:\ccmail\mailer.exe /r %recipients /s %subject /f %content

The %recipients, %subject, and %content arguments are expanded automatically by Rational Synergy, which uses the information you supply in your dialogs.

Type: Server installation setting ($CCM_HOME/etc/ccm.ini)

Default value: not set

To set options in the system ini file, see Setting options in the system INI file.


Feedback