Database – Email Delivery Entity (email_delivery_entity)
Description
Holds information for various email delivery attempts.
Column | Data Type | Column Info | Value Notes | Other |
id | int(11) | The id of the entity | ||
delivery_id | int(11) | Associated delivery id | ||
subject | varchar(255) | email subject | ||
content | text | Page content | ||
from | varchar(500) | Who it's from | ||
from_title | varchar(100) | Title of from address | ||
to | varchar(100) | Email address to deliver to | ||
restriction | text | restriction | ||
restriction_ui | text | restriction (UI) | ||
active | tinyint(1) | Whether or not the entity is active | 1 - yes, 0 - no | |
deleted | tinyint(1) | Whether or not the entity was deleted | 1 - yes, 0 - no | |
lastUpdated | timestamp | Timestamp of when the entity was last updated |