WebSphere Commerce 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 Description(s):
Column NameColumn TypeDescription
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 NameIndexed Column NamesIndex Type
SQL050212031312160 HOST+PORT Primary Key

Feedback