mirror of
https://github.com/e107inc/e107.git
synced 2025-07-29 10:50:25 +02:00
Issue #70 - preparations for templated emails
This commit is contained in:
@@ -268,6 +268,7 @@ CREATE TABLE mail_content (
|
|||||||
mail_title varchar(100) NOT NULL default '',
|
mail_title varchar(100) NOT NULL default '',
|
||||||
mail_subject varchar(100) NOT NULL default '',
|
mail_subject varchar(100) NOT NULL default '',
|
||||||
mail_body text,
|
mail_body text,
|
||||||
|
mail_body_templated text,
|
||||||
mail_other text,
|
mail_other text,
|
||||||
PRIMARY KEY (mail_source_id),
|
PRIMARY KEY (mail_source_id),
|
||||||
KEY mail_content_status (mail_content_status)
|
KEY mail_content_status (mail_content_status)
|
||||||
|
Reference in New Issue
Block a user