0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00
ghost/core/server/services/mega
Naz a62ab18b9f Added segmeted email batch creation
refs https://github.com/TryGhost/Team/issues/828

- When sending email batches out they need to be created without mixing different member segments. This allows for easier reasoning about what data has been sent out to each specific email recipient
- Modified email batches to chunk based on segments defined in the HTML content of the post
2021-06-30 17:43:28 +04:00
..
index.js
mega.js Added segmeted email batch creation 2021-06-30 17:43:28 +04:00
post-email-serializer.js Added JSDoc and unit tests for email replacement parser 2021-06-23 12:00:03 +04:00
segment-parser.js Added unique filtering for segment parser 2021-06-30 17:43:28 +04:00
template.js Added additional newsletter customisation settings (#13074) 2021-06-21 13:40:40 +01:00