6.10 Configuring E-mail
This parameter specifies the attributes for the E-mail action. The value of this parameter should be set to Y.
Table 6-5 Configuring Attributes for E-mail Parameters
| Attribute | Description | Column Name |
|---|---|---|
| DEF_DOM | This attribute specifies the domains to which emails can be sent. | attr_4_value_tx |
| MAIL_HOST |
This attribute specifies the SMTP/POP3 name or SMTP/POP3 IP address by which mail will be sent. This attribute value accepts valid IP address or DNS name. |
attr_6_value_tx |
The following table describes the attributes which must be configured for E-mail parameters.
To update the Email parameter to Y, execute the following query:
UPDATE kdd_install_param t SET t.param_value_tx = 'Y' WHERE t.param_id = 8To update the DEF_DOM attribute to GMAIL and ORACLE, execute the following query:
UPDATE kdd_install_param t
SET t.attr_4_value_tx = 'GMAIL.COM, ORACLE.COM' WHERE t.param_id = 8