Unica Plan | umoConfiguration | Notifications | Email

These properties specify information about email notifications in Unica Plan.

notifyEMailMonitorStartTime

Description

Specifies when the email monitor process runs for the first time after Unica Plan starts. Format the value according to the short version of the java.text.DateFormat class for the current locale. For example, in US English locale, a valid string might be 11:59 pm.

Default value

Blank (Immediately after Unica Plan starts.)

notifyEMailMonitorPollPeriod

Description

Defines the approximate time, in seconds, for the email monitor to sleep between polls.

Note: As with events, email messages accumulate in the queue between polling periods; shorter polling times send email messages sooner, but can increase system overhead.
Default value

60 (seconds)

notifyEMailMonitorJavaMailSession

Description

JNDI name of an existing, initialized JavaMail Session to use for email notifications. If not specified and the delegate is marked Complete, then the JavaMail host parameter must be supplied so Unica Plan can create a session.

Default value

blank

notifyEMailMonitorJavaMailProtocol

Description

Specifies the mail server transport protocol to use for email notifications.

Default value

smtp

notifyEMailMonitorRemoveSize

Description

Specifies the number of email messages to remove from queue at one time. The email monitor continues to remove messages from the email queue incrementally until none remain.

Note: You can set this value to a number other than 1 to increase email processing performance. However, if the service host goes down before removed email messages are processed, there is a risk of message loss.
Default value

10 (messages)

notifyEMailMonitorMaximumResends

Description

Specifies the maximum number of times the system attempts to send an email message that failed in the first attempt to send it. When a send fails, the email is put back into the queue until it reaches the maximum number of attempts that are allowed by this parameter.

For example, notifyEMailMonitorPollPeriod is set to poll every 60 seconds. Setting the notifyEMailMonitorMaximumResends property to 60 attempts causes the email monitor to resend a failed message one time in each poll (every minute), for up to 1 hour. A value of 1440 (24x60) causes the email monitor to try every minute for up to 24 hours.

Default value

1 (attempt)

showUserNameInEmailNotificationTitle

Description

Specifies whether the Unica Plan notification and alert systems includes the user name in the From field of email notifications.

Note: This setting is applicable only to email messages sent by the notification and alert systems in Unica Plan.
Valid values
  • True: Unica Plan appends the user name to the title of the message and displays both in the From field of the email

  • False: Unica Plan displays only the message title in the From field

Default value

False

notifyEMailMonitorJavaMailDebug

Description

Specifies whether JavaMail debug mode is set.

Valid values
  • True: enables JavaMail debug.

  • False: disables debug tracing.

Default value

False