EmailPlus package

The Rational® ClearQuest® EmailPlus package provides enhanced email notification functions. EmailPlus includes the following support:

The EmailPlus package is implemented in Perl.
Note: To configure the EmailPlus in Perl:
  • Login to Rational ClearQuest Designer and add EmailPlus package to schema.
  • Edit the global Perl Script EMP_Customisable and add to the start of the code:
    $MAX_FIELDPATH_RECURSE_DEPTH = 2;;
    
    $FIELDPATH_INCLUDE_STRINGS = 1;;
  • Configure EmailPlus to use SMTP Direct5 and create Email Rule that sends an email through the descriptionfield.

If you enter one (1) userid the EmailPlus works. If you enter, a newline or comma, the EmailPlus does not send the email.

Although the package is implemented in Perl, it can be used to enable VBScript-based schemas because packages have their own scripting language defined.

The package can be added to any Rational ClearQuest schema. You can deploy the package in mixed environments to Rational ClearQuest Web or to Rational ClearQuest clients that run on Microsoft Windows, UNIX, or Linux.

The possibility of name conflicts are minimized by prefixing routine names with EMP_ and by prefixing session name values with EMP::. Avoid using names like these to ensure that the package can coexist with other packages in your schema.

Note: The EmailPlus package is installed into the packages directory where it is available for the schema developer to incorporate into your schema.
Attention: If you are using the ALM 1.1 package, and you plan to upgrade to the latest EmailPlus package, references to EmailPlus 2.0 apply to you.