Skip to content

(feat): Support Email SendLists so we can easily have email batches to iterate through - minds#2957,minds#2966,minds#2958

Mark Harding requested to merge feat/minds-2957-email-send-lists into master

Ticket(s) / Related Merge Requests

minds#2957 (closed)

Summary of Changes

Emails can now be sent in SendLists. Allow customisation for batches and cohorts (ie. signups from 3 days ago).

Testing Considerations

This doesn't impact Digest email on gone cold state. We send mass emails manually at the moment.

How to test:

php cli.php Email --campaign="Recurring\\Welcome\\Welcome" --send-list=DraftSendList --user-guids="100000000000000063"

Regression Scope

Confirm email?

Platform Affected (web, mobile, etc)

(Which platforms are affected by this change? Web, Mobile, or Both?)

Developer Testing Completed

Draft emails sent to @markryansallee & @jotto141

Screenshots

(Any extra UI screens that can be shared)

Does this impact

  • Localization
  • Dark/light mode
  • Guest mode
Edited by Mark Harding

Merge request reports