EmailNotifications

This type is a class for model objects.

EmailNotifications is the base object which stores the configuration data for Email Notifications for the Task Management system within WebSphere Extended Deployment. There is a single EmailNotifications object used for a cell, and it is stored at the cell level in the configuration heirarchy.

Package: taskconfig

Classifier ID:  -1
Instance class name:  * Unspecified *
Instance class:  * Unspecified *



Attributes Summary
port : EInt The port attribute defines the SMTP port on the hostname specified by the transportHostName attribute. When an email notification needs to be sent, it sends it via the transportHostName on the port specified by this attribute. It must be a valid port number. No validation is done to determine if this is truly the SMTP port.
transportHostName : EString The transportHostName attribute defines the SMTP hostname. When an email notification needs to be sent, it sends it via the transportHostName on the port specified by the port attribute. No validation is done on this field.
transportUserId : EString Specifies the user ID when the mail transport host requires authentication. No validation is done on this field.
transportPassword : Password Specifies the password to use when the mail transport host requires authentication. No validation is done on this field.
enabled : EBoolean This field defines whether email notifications are sent or not. When this value is true, an email notification will be generated to each of the email addresses specified when a task is generated.
emailAddresses : EString This field contains a list of email addresses to notify when a task is generated. The email addresses are checked for syntactic correctness only.



Attribute Details

port  -  The port attribute defines the SMTP port on the hostname specified by the transportHostName attribute. When an email notification needs to be sent, it sends it via the transportHostName on the port specified by this attribute. It must be a valid port number. No validation is done to determine if this is truly the SMTP port.
    Data Type: EInt
    Default value:  25
    Required:  false
    Changeable:  true
    Unsettable:  true
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

transportHostName  -  The transportHostName attribute defines the SMTP hostname. When an email notification needs to be sent, it sends it via the transportHostName on the port specified by the port attribute. No validation is done on this field.
    Data Type: EString
    Default value:  localhost
    Required:  false
    Changeable:  true
    Unsettable:  false
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

transportUserId  -  Specifies the user ID when the mail transport host requires authentication. No validation is done on this field.
    Data Type: EString
    Default value:  unspecified
    Required:  false
    Changeable:  true
    Unsettable:  false
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

transportPassword  -  Specifies the password to use when the mail transport host requires authentication. No validation is done on this field.
    Data Type: Password
    Default value:  unspecified
    Required:  false
    Changeable:  true
    Unsettable:  false
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

enabled  -  This field defines whether email notifications are sent or not. When this value is true, an email notification will be generated to each of the email addresses specified when a task is generated.
    Data Type: EBoolean
    Default value:  false
    Required:  false
    Changeable:  true
    Unsettable:  true
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

emailAddresses  -  This field contains a list of email addresses to notify when a task is generated. The email addresses are checked for syntactic correctness only.
    Data Type: EString
    Default value:  unspecified
    Required:  false
    Changeable:  true
    Unsettable:  false
    Many:  true
    Ordered:  true
    Lower bound:  0
    Upper bound:  Unbounded
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false



(C) COPYRIGHT International Business Machines Corp. 1996-2006