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: taskconfigAttributes 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 |