Details
Description
The mass mailer should save a job in the database when performing an export, or submitting an email.
Update `mass_mailer_jobs` to include a `company_id` column.
Add a table `mass_mailer_emails`, containing:
id, job_id (unique), from_name (varchar 255), from_address (varchar 255), subject (varchar 255), text (mediumtext), html (mediumtext)
Issue Links
- is blocked by
-
CORE-2110 Mass Mailer: Update installer
-
- Closed
-
Activity

Field | Original Value | New Value |
---|---|---|
Status | Open [ 1 ] | In Progress [ 3 ] |
Description | The mass mailer should save a job in the database when performing an export, or submitting an email. |
The mass mailer should save a job in the database when performing an export, or submitting an email.
Update `mass_mailer_jobs` to include a `company_id` column. Add a table `*mass_mailer_emails*`, containing: +id+, job_id (unique), from_name (varchar 255), from_address (varchar 255), subject (varchar 255), text (mediumtext), html (mediumtext) |

Status | In Progress [ 3 ] | In Review [ 5 ] |
Resolution | Fixed [ 1 ] |

Status | In Review [ 5 ] | Closed [ 6 ] |