email_template_view_online_content
Overview
Stores sent email content for use with 'view online' functionality. We also store a content hash to avoid duplicate records.
Object name | email_template_view_online_content |
---|---|
Table name | psys_email_template_view_online_content |
Path | /preside-objects/email/email_template_view_online_content.cfc |
Properties
property name="content_hash" type="string" dbtype="varchar" maxlength=32 required=true uniqueindexes="sentcontent";
property name="content" type="string" dbtype="longtext" required=true;