Database Table: SMTPHOST

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 Name Column Type Column Description
HOST VARCHAR (250)
NOT NULL
Host name of the SMTP host.
PORT INTEGER
NOT NULL
Port number of the SMTP host.
Indexes:
Index Name Indexed Column Names Index Type
SQL030416035106770 HOST, PORT Primary Key
Constraints:
Constraint Name Column Names Foreign Table Name Foreign Column Names Constraint Type
Not Applicable

Referenced By:
Constraint Name Referenced Column Name Foreign Table Name Foreign Column Names Constraint Type
Not Applicable