EmailNotifications

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.



Attributes Summary
port : intThe port attribute defines the SMTP port on the hostname specified by the transportHostName attribute.
transportHostName : StringThe transportHostName attribute defines the SMTP hostname.
transportUserId : StringSpecifies the user ID when the mail transport host requires authentication.
transportPasswordSpecifies the password to use when the mail transport host requires authentication.
enabled : booleanThis field defines whether email notifications are sent or not.
emailAddresses : StringThis field contains a list of email addresses to notify when a task is generated.

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:  int
     default Value:   25



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:  String
     default Value:   localhost



transportUserId    -    Specifies the user ID when the mail transport host requires authentication. No validation is done on this field.
     data type:  String
     default Value:   unspecified



transportPassword    -    Specifies the password to use when the mail transport host requires authentication. No validation is done on this field.
     data type: 
     default Value:   unspecified



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: boolean
     default Value:   false
     Allowed Values:  true   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:  String
     default Value:   unspecified


Copyright IBM Corp. 1996-2005