# mail\_items [<-Back-to:Characters](database-characters.md) **The \`mail\_items\` table** This table contains data regarding items from item\_instance which are being sent via email. **Structure**

Field

Type

Attributes

Key

Null

Default

Extra

Comment

mail_id

int(10)

unsigned

 

NO

0

 

 

item_guid

int(10)

unsigned

PRI

NO

0

 

 

receiver

int(10)

unsigned

 

NO

0

 

Character Global Unique Identifier

**Description of the fields** ### mail\_id Mail ID the item is attached to. ### item\_guid This is the guid of the item from item\_instance.guid. ### receiver Character guid which should receive this item.