email_template_send_log_content

Overview

A log of the email content sent through the templating system, used for resending emails

Object name email_template_send_log_content
Table name psys_email_template_send_log_content
Path /preside-objects/email/email_template_send_log_content.cfc

Properties

property name="html_body" type="string" dbtype="longtext";
property name="text_body" type="string" dbtype="longtext";
property name="expires"   type="date"   dbtype="datetime" required=true indexes="content_expires";