Fusion Middleware Control Help for WebLogic Server

Previous Next Open TOC in new window
Content starts here

SMTP Action

Configuration Options     

Use this page to define properties for this SMTP (e-mail) action.

Configuration Options

Name Description
Name

The name of the WebLogic Diagnostic Framework (WLDF) bean.

MBean Attribute:
WLDFSMTPNotificationBean.Name

Type

Defines the action type.

MBean Attribute:
WLDFActionBean.Type

Timeout (in seconds)

The length of time, in seconds, that an action has to complete execution. By default, the timeout period is 0, which disables the action timeout.

MBean Attribute:
WLDFActionBean.Timeout

Minimum value: 0

Enable Action

Specifies whether this action is enabled.

MBean Attribute:
WLDFSMTPNotificationBean.Enabled

E-Mail Recipients

The address of the recipient or recipients of the SMTP action mail. The address uses the syntax defined in RFC822. Typical address syntax is of the form user@host.domain or Personal Name. An address can include multiple recipients, separated by commas or spaces.

For more information, refer to the javax.mail.internet.InternetAddress.parse method.

MBean Attribute:
WLDFSMTPNotificationBean.Recipients

Mail Session Name

The JNDI name of the mail session. This name must match the attribute in the corresponding MailSessionMBean.

MBean Attribute:
WLDFSMTPNotificationBean.MailSessionJNDIName

Enter E-Mail Subject

Enter the e-mail subject to use for this SMTP (e-mail) action.

E-Mail Subject

The subject for the mail message. If the subject is not specified, a subject is created from the action information.

MBean Attribute:
WLDFSMTPNotificationBean.Subject

Enter E-Mail Body

Enter the e-mail body to use for this SMTP (e-mail) action.

E-Mail Body

The body for the mail message. If the body is not specified, a body is created from the action information.

MBean Attribute:
WLDFSMTPNotificationBean.Body


Back to Top