Ghost/core/server/services/bulk-email
Kevin Ansfield 864e4583d4 Fixed segmented email content being sent to all members
refs https://github.com/TryGhost/Ghost/pull/13276

- when removing the labs flag a conditional in the email processor checking for the labs flag being enabled was replaced with a check for a member segment being present. This meant that email batches with `member_segment: null` representing all members that didn't have content specifically aimed at them were not having the segmented content stripped before sending
2021-09-10 11:36:42 +01:00
..
bulk-email-processor.js Fixed segmented email content being sent to all members 2021-09-10 11:36:42 +01:00
index.js Renamed bulk-email index to bulk email processor 2021-06-22 20:19:57 +04:00
mailgun.js Moved settings/cache to shared/settings-cache 2021-06-30 15:49:10 +01:00