Set Option: System or personal ini file
Rational Synergy uses a default mail tool for DCM email notification. If you want to use your own mailer instead of the Rational Synergy mailer, enter this line in the [Options] section in your 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 will require recipients, subject, and content options and arguments. For example, this 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.
For information about how to set options in the system or personal ini file, see Set options in the system or personal ini file.