This table maintains a list of SMTP servers where WebSphere Commerce has successfully connected to in the past. Any entries in this table should represent a valid SMTP server name and port pair.
Column Description(s):
Column Name | Column 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 |
Reserved for IBM internal use. |
Index(es):
Index Name | Indexed Column Names | Index Type |
SQL050212031312160 |
HOST+PORT |
Primary Key |
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.