← Shopware 5.5.9

Shopware 5.5.9 s_core_config_mails

Email template definitions — subject, HTML body, plain-text body, and associated event.

Columns

13 columns

Column Type Nullable Additional
id int(11) NO Primary Key, auto_increment
stateId int(11) YES Unique Foreign Key → s_core_states.id
name varchar(255) NO Unique
frommail varchar(255) NO
fromname varchar(255) NO
subject varchar(255) NO
content mediumtext NO
contentHTML mediumtext NO
ishtml int(1) NO
attachment varchar(255) NO
mailtype int(11) NO Default: 1
context longtext YES
dirty int(1) YES

Indexes

3 indexes

Index Name Columns Unique
name name Yes
PRIMARY id Yes
stateId stateId Yes

Relations (from this table)

1 relations

Local Field Foreign Table Foreign Field
stateId s_core_states id

Relations (to this table)

1 relations

Local Field Foreign Table Foreign Field
id s_core_config_mails_attributes mailID