Database – Email Queue (email_queue)
Description
A queue of emails that are in the process of being sent out.
Column | Data Type | Column Info | Value Notes | Other |
id | int(11) | The id of the entity | ||
recipients | text | TCN recipients | ||
recipients_bcc | text | Blind Carbon Copy Recipients List | ||
from_email | varchar(255) | Email From field | ||
from_name | varchar(255) | Email from name | ||
subject | varchar(255) | email subject | ||
body | mediumtext | email body | ||
metadata | text | notification metadata | ||
deleted | tinyint(1) | Whether or not the entity was deleted | 1 - yes, 0 - no | |
created | timestamp | Timestamp of when the entity was created | ||
lastUpdated | timestamp | Timestamp of when the entity was last updated |