Administration Console Online Help

Previous Next Open TOC in new window
Content starts here

Diagnostic Modules: Notification Configuration: SMTP Properties

Configuration Options     Related Tasks     

Use this page to define properties for this SMTP notification.

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

E-Mail Recipients

The address of the recipient or recipients of the SMTP notification 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 watch notification 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 watch notification information.

MBean Attribute:
WLDFSMTPNotificationBean.Body

Related Tasks


Back to Top