Collections functions
General functions
Node functions
Render functions
Theme permission functions
User functions
Resource functions

Table: mail_log

A log storing all e-mails sent, mainly for diagnosis purposes.

ColumnTypeNote
refint(11)Auto incrementing index
datedatetimeDate and time the e-mail was sent.
mail_tovarchar(100)Recipient's e-mail address.
mail_fromint(11)User ID of the sending user.
subjectvarchar(150)E-mail subject.
sender_emailvarchar(200)E-mail address of the sending user.

This table is empty by default.

Please see the schema overview for context. This document was last updated on the 19th of March 2024 at 08:35 (Europe/London time).