Action Configuration

The following tables list the mail and log details that can be configured using the wizard.

Email Action Configuration Properties
Field Name Property in spm-config.properties Mandat ory Default Value Description
SMTP Server Host rta.mail.smtp.host Yes none Used by E-mail alert actions. Specifies the SMTP server host name.
SMTP Server Port rta.mail.smtp.port No 25 Used by E-mail alert actions. SMTP server port.
Authenticate SMTP Server rta.mail.smtp.authentication No false Used by E-mail alert actions. Specifies whether the SMTP server authentication is required or not.

The SMTP Server Username and SMTP Server Password fields are enabled if this check box is selected.

SMTP Server Username rta.mail.smtp.user No none Used by E-mail alert actions. Required only if SMTP server authentication is true. Specifies the SMTP server user name.
SMTP Server Password rta.mail.smtp.password No   Used by E-mail alert actions. Required only if SMTP server authentication is true. Specifies SMTP server user password.

You can also enter an encrypted password in this field. To encrypt the password, you can use a password generator tool to obfuscate it. If the password entered in the spm-config.properties file is plain-text, the same appears in the Configuration tab on TIBCO ActiveMatrix Dashboard.

Email Sender Address rta.mail.from No Current system user Used by E-mail alert actions. Specifies E-mail From (E-mail Sender)
Select Advanced Options to configure advanced threadpool options.
Note: If you do not select Advanced Options, the advanced properties take default values. However, if you use Advanced Options, the properties take the last configured values.
Email Action Advanced Configuration Properties
Field Name Property in spm-config.properties Mandat ory Default Value Description
Mail Retry Count rta.mail.retry.count No 3 This field is under Advanced Options. Maximum number of times to retry the send email operation. A value of -1 attempts this operation infinitely.
Mail Retry Interval rta.mail.retry.interval No 2000 This field is under Advanced Options. Time interval, in milliseconds, between retry attempts.
Log Action Configuration Properties
Field Name Property in spm-config.properties Mandat ory Default Value Description
Log Format rta.log.alert.format No XML The default format of logging actions is XML. As an alternate, you can use the TEXT format.