Administration Console Online Help

Previous Next Open TOC in new window
Content starts here

Diagnostic Modules: Action Configuration: SMTP Properties

Configuration Options     Related Tasks     Related Topics

Use this page to define properties for this SMTP action.

Configuration Options

Name Description
Mail Session Name

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

MBean Attribute:
WLDFSMTPNotificationBean.MailSessionJNDIName

Mail Session JNDI Name

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

MBean Attribute:
WLDFSMTPNotificationBean.MailSessionJNDIName

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

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

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

Related Tasks

Related Topics


Back to Top