Coding standards
Security in ResourceSpace
Developer reference
Database

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 August 2026 at 16:05 (Europe/London time).