Database table mail_log_success
Usage
The table mail_log_success contains success states for each recipient of logged mails.
Table structure
Field name | Field specification | Comment / Explanation |
---|---|---|
idmailsuccess | int(11) | Primary key (auto increment) |
idmail | int(11) | Foreign key to table mail_log |
recipient | varchar(512) | Recipient |
success | tinyint(1) | Flag whether the mail was sent successful or not |
exception | varchar(255) | Exception details of the mail on failures |
Generic DB information
ItemCollection | Item |
---|---|
cApiMailLogSuccessCollection | cApiMailLogSuccess |
Previous changes of this table
This table was not changed since the final release of CONTENIDO 4.9.