To use a mailer other than the Rational Synergy mailer, enter this line in the [Options] section of the ccm.ini file:
mail_cmd = user-defined mail command
The syntax for user-defined mail command depends on the mailer that is being used. However, mailers typically require recipient, subject, and content options and arguments.
For example, this definition 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 automatically expanded by Rational Synergy using the information that you supply in its dialogs.