email_queue


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id BIGINT 19 null
sender VARCHAR 255 ''
recipient VARCHAR 255 ''
subject VARCHAR 255 ''
body TEXT 65535 NULL
datetime_queued DATETIME 19 NULL
sent TINYINT 3 0
datetime_sent DATETIME 19 NULL
error TINYINT 3 0
error_message TEXT 65535 NULL
datetime_error DATETIME 19 NULL
template_name VARCHAR 255 NULL

The folder prefix and base filename (w/o extension) of the twig template file to use for this email

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
sent Performance Asc sent

Relationships