Shopware 5.5.7 s_core_config_mails
Email template definitions — subject, HTML body, plain-text body, and associated event.
| 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 | |
| Index Name | Columns | Unique |
| name | name | Yes |
| PRIMARY | id | Yes |
| stateId | stateId | Yes |
Relations (from this table)
1 relations
Relations (to this table)
1 relations