Attribute | Definition |
Mail Server | Name of the host system on which the SMTP server resides that sends e-mail containing alerts. For example, this server might be smtp.client.com. Note: Optimize does not support SMTP servers that require authentication. |
Sender Domain | E-mail domain for the e-mail address specified in the Default Sender field (such as webmethods.com). |
Default Sender | Sender to specify in the From field of the alert e-mails. Make sure the e-mail address provided in this field is within the e-mail domain specified in the Sender Domain field. |
Admin Address | E-mail address of the recipient that you want to receive copies of e-mail alerts. The e-mail address in this field is also used as the default address for sending test e-mail messages from the System Settings page (Applications > Administration > My webMethods > System Settings). |
Default Mail Encoding | Default encoding to use for e-mail that is sent to users. You can specify any MIME registered encoding name. The default value is UTF-8. You can specify a different encoding for individual users on the Edit User page. For information on configuring user profiles, see Working with My webMethods. |
Templates | Used to specify custom e-mail alert templates. Syntax: <rule name> = <template name> Dynamic custom alert template filenames must end with the .vm extension. Static custom alert template filenames typically end with the.template extension. When the specified rule is violated, the e-mail alert is formatted based on the associated alert template. First it searches for a template configured with the rule's instance name. If one is not found, it searches for a template configured with the base rule. If no specified templates are found, the Analytic Engine uses the default format for the e-mail alert. For example, in the Mail Settings panel above, the template attribute specifies that when the rule named Business monitor violation is triggered, the Analytic Engine uses the static custom alert template named BusinessMonitorViolation.template that is in the default templates directory ( Optimize_directory /analysis/conf/templates): Business monitor violation= ./templates/BusinessMonitorViolation.template You can also configure your e-mail alert template to use HTML content. For more information, see
Setting up E-mail Alert Templates to Use
HTML Content. |
Socket Timeout | The amount of time in seconds before the Analytic Engine terminates an idle connection with the SMTP server. The default value is 60. |