Marketing Operations | umoConfiguration | Notifications | Email
These properties specify information about email notifications in IBM® Marketing Operations.
notifyEMailMonitorStartTime
Description
Specifies when the email monitor process runs for the first time after IBM® Marketing Operations 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 IBM® Marketing Operations starts.)
notifyEMailMonitorPollPeriod
Description
Defines the approximate time, in seconds, for the email monitor to sleep between polls.
*
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 IBM® Marketing Operations 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.
*
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 IBM® Marketing Operations notification and alert systems includes the user name in the From field of email notifications.
*
Valid values
*
True: Marketing Operations appends the user name to the title of the message and displays both in the From field of the email
*
False: Marketing Operations 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