Marketing Operations | umoConfiguration | notifications | email
notifyEMailMonitorStartTime
Description
Specifies when the Email Monitor should begin processing for the first time after the IBM® Unica® Marketing Operations product is started. 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
Immediately after IBM® Unica® Marketing Operations is started.
notifyEMailMonitorPollPeriod
Description
Defines the approximate time, in seconds, for the email monitor to sleep between polls.
*
Default value
60
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® Unica® 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 emails to remove from queue at one time. The email monitor will continue incrementally removing emails from the email queue until none remain.
*
Default value
10
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 on the queue unless it has already reached the maximum attempts allowed by this parameter.
For example, if the email monitor is set to poll every 60 seconds, then setting maximumResend to 60 will cause the email monitor to retry every minute, once in each poll, for up to an hour. A value of 1440 (24x60) will cause retry every minute for up to 24 hours.
Default value
1440
showUserNameInEmailNotificationTitle
Description
Specifies whether the IBM® Unica® Marketing Operations notification and alert systems includes the user name in the From field of email notifications.
*
Default value
false
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
notifyEMailMonitorJavaMailDebug
Description
Specifies if JavaMail debug mode should be set.
Default value
false
Valid Values
*
true : enables JavaMail debug.
*
false : disables debug tracing.