This table stores e-mail information used for gift registries, such as gift registry announcements
Column Descriptions
Column Name
| Column Type
| Description |
EMAILLIST_ID
| BIGINT NOT NULL
| Primary key of the table.
|
ANNHISTORY_ID
| BIGINT NOT NULL
| Refers to the announcement associated with this e-mail list.
|
OPTCOUNTER
| SMALLINT
| Reserved for IBM internal use.
|
EMLTYPE
| INTEGER NOT NULL
| The type of the e-mail. The types are supported:
- 0: The recipient was addressed
- 1: The recipient was copied (that is CC'd)
- 2: The recipient was blind copied (that is, BCC'd)
|
NAME
| VARCHAR(32)
| The name of the receiver.
|
EMAIL
| VARCHAR(254) NOT NULL
| The e-mail address.
|