Starting and stopping the EmailRelay application

You use the cqemailrealay.pl Perl script to start and stop the EmailRelay application.

The IBM® Rational® ClearQuest® EmailRelay application is installed in the same WebSphere® profile of your ClearQuest Web. After you configure and customize the cqemailrealay_cfg.xml file, you must start the EmailRelay to begin sending email.

Enter this command to start EmailRelay:

cqperl cqemailrelay.pl -relaycfgdir C:\EmailRelay -emailrelayapp start

Enter this command to stop EmailRelay:

cqperl cqemailrelay.pl -relaycfgdir C:\EmailRelay -emailrelayapp stop
Tip: Changes that you make to the EmailRelay configuration do not take effect until you restart the Websphere profile in which your ClearQuest Web server is installed.

Feedback