Details
Description
- Database tables should be added on install and removed on uninstall.
- An upload directory for the mass mailer should appear under /uploads/COMPANYID/ called 'mass_mailer_files'.
tables:
mass_mailer_jobs
id (auto increment), status (pending, in_progress, complete), data (medium text, serialized), date_added (datetime)
mass_mailer_tasks
id, job_id, contact_id, service_id (nullable)
job_id, contact_id, service_id are unique indices
Issue Links
- blocks
-
CORE-2111
Mass Mailer: Save mailing jobs
-
- Closed
-
Activity
Automated transition triggered when Tyson Phillips (Inactive) created a branch in Stash -
| Field | Original Value | New Value |
|---|---|---|
| Status | Open [ 1 ] | In Progress [ 3 ] |
| Description |
- Database tables should be added on install and removed on uninstall.
- An upload directory for the mass mailer should appear under /uploads/COMPANYID/ called 'mass_mailer_files'. tables: mass_mailer_jobs +id+ (auto increment), status (pending, in_progress, complete), data (medium text, serialized), date_added (datetime) mass_mailer_tasks +id+, job_id, contact_id, service_id (nullable) job_id, contact_id, service_id are unique indices |
- Database tables should be added on install and removed on uninstall.
- An upload directory for the mass mailer should appear under /uploads/COMPANYID/ called 'mass_mailer_files'. tables: *mass_mailer_jobs* +id+ (auto increment), status (pending, in_progress, complete), data (medium text, serialized), date_added (datetime) *mass_mailer_tasks* +id+, job_id, contact_id, service_id (nullable) job_id, contact_id, service_id are unique indices |
Automated transition triggered when Tyson Phillips (Inactive) created pull request #14 in Stash -
| Status | In Progress [ 3 ] | In Review [ 5 ] |
| Resolution | Fixed [ 1 ] |
Automated transition triggered when Tyson Phillips (Inactive) merged pull request #14 in Stash -
| Status | In Review [ 5 ] | Closed [ 6 ] |