This table maintains a list of SMTP servers where
HCL Commerce has successfully connected to in the past. Any
entries in this table should represent a valid SMTP server name and
port pair.
Column Descriptions:
| Name | Type | Description |
| HOST | VARCHAR (250) NOT NULL | Host name of the SMTP host. |
| PORT | INTEGER NOT NULL | Port number of the SMTP host. |
| OPTCOUNTER | SMALLINT NOT NULL DEFAULT 0 | The optimistic concurrency control counter for
the table. Every time there is an update to the table, the counter
is incremented. |
Indexes:
| Name | Column Names | Type |
| <SYSTEM-GENERATED> | HOST+PORT | Primary Key |