Database table mail_log_success

Usage

The table mail_log_success contains success states for each recipient of logged mails.

Table structure

Field nameField specificationComment / Explanation
idmailsuccessint(11)Primary key (auto increment)
idmailint(11)Foreign key to table mail_log
recipientvarchar(512)Recipient
successtinyint(1)Flag whether the mail was sent successful or not
exceptionvarchar(255)Exception details of the mail on failures

Generic DB information

ItemCollectionItem
cApiMailLogSuccessCollectioncApiMailLogSuccess

Previous changes of this table

This table was not changed since the final release of CONTENIDO 4.9.