Shopware 5.7.9 s_mail_log_recipient
Recipient addresses for logged outgoing emails.
Columns
| Column | Type | Nullable | Additional |
|---|---|---|---|
| log_id | int(11) | NO | Primary Key Foreign Key → s_mail_log.id |
| contact_id | int(11) | NO | Primary Key Foreign Key → s_mail_log_contact.id |
Indexes
| Index Name | Columns | Unique |
|---|---|---|
| PRIMARY | log_id,contact_id | Yes |
| s_mail_log_recipient_idx_contact_id | contact_id | No |
| s_mail_log_recipient_idx_log_id | log_id | No |
Relations (from this table)
| Local Field | Foreign Table | Foreign Field |
|---|---|---|
| contact_id | s_mail_log_contact | id |
| log_id | s_mail_log | id |
