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
Tyson Phillips (Inactive)
created issue -
Automated transition triggered when Tyson Phillips (Inactive) created a branch in Stash -
Field | Original Value | New Value |
---|---|---|
Status | Open [ 1 ] | In Progress [ 3 ] |
Tyson Phillips (Inactive)
made changes -
Tyson Phillips (Inactive)
made changes -
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) |
Automated transition triggered when Tyson Phillips (Inactive) created pull request #15 in Stash -
Status | In Progress [ 3 ] | In Review [ 5 ] |
Resolution | Fixed [ 1 ] |
Automated transition triggered when Tyson Phillips (Inactive) merged pull request #15 in Stash -
Status | In Review [ 5 ] | Closed [ 6 ] |