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 5th of April 2025 at 18:35 (Europe/London time).