UNSENT_EMAIL 
Default Table Name  UNSENT_EMAIL 
Definition 
 Name: Unsent E-mail Messages.     Description: This table contains e-mail messages that failed to be sent. System shall retry messages.
 

UNSENT_EMAIL Attributes 
Attribute/Logical Rolename  Domain  Datatype  NULL  Definition 
RECIPIENT_ADDRESS_S(PK)    VARCHAR(254)  NO 
Name: Recipient E-mail Address. Description: E-mail address of recipient.
 
SENDER_ADDRESS_S(PK)    VARCHAR(254)  NO 
Name: Sender E-mail Address. Description: E-mail address of sender.
 
SENT_DTT(PK)    DATE  NO 
Name: Date/Time Sent. Description: Data/Time of first attempt.
 
SUBJECT_TEXT    VARCHAR(254)  NO 
Name: Subject. Description: Subject of e-mail.
 
MODIFIED_BY    VARCHAR(20)  NO 
Name: Modified By. Description: The User ID of the person who last modified this record.
 
ROWVERSION    NUMERIC(10, 0)  NO 
Name: Row Version. Description: The number of times this record has been updated.
 
TIME_STAMP    DATE  NO 
Name: Time Stamp. Description: Date and Time the record was last modified.
 
BODY_TEXT    TEXT  NO 
Name: Body. Description: Body of e-mail.
 

UNSENT_EMAIL Keys 
Key Name  Key Type  Keys 
PI_0126  PrimaryKey  RECIPIENT_ADDRESS_S, SENDER_ADDRESS_S, SENT_DTT 

UNSENT_EMAIL Relationships 
Parent Relationships: 
Entity Name  Type  Cardinality  Business Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype 
Child Relationships: 
Entity Name  Type  Cardinality  Business Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype