Database table mail_log
Usage
The table mail_log contains all mails sended via the cMailer class.
Table structure
Field name | Field specification | Comment / Explanation |
---|---|---|
idmail | int(11) | Primary key (auto increment) |
from | varchar(512) | Sender of the mail |
to | text | Recipient(s) of the mail |
reply_to | varchar(512) | Reply address of the mail |
cc | text | CC recipients of the mail |
bcc | text | BCC recipients of the mail |
subject | varchar(512) | Subject of the mail |
body | text | Body of the mail |
created | datetime | Date and time of creation |
idclient | int(11) | Foreing key to table clients |
idlang | int(11) | Foreing key to table lang |
charset | varchar(32) | Charset of the mail |
content_type | varchar(32) | ? |
Generic DB information
ItemCollection | Item |
---|---|
cApiMailLogCollection | cApiMailLog |
Previous changes of this table
This table was not changed since the final release of CONTENIDO 4.9.