Ghost/ghost/email-service/test
Sag 6db7cc8156
Removed email from Mailgun's suppression list on unsubscribe (#18922)
closes https://github.com/TryGhost/Product/issues/4075

- when a member clicks on "Unsubscribe from that list" from Apple Mail,
the member's email is put into Mailgun's Unsubscribe suppression list.
Ghost listens for "Unsubscribe" events from Mailgun, and unsubscribes
the member from all the newsletters
- now, the member is only unsubscribed from the newsletter they
unsubscribe to (not all of them)
- now, the email is also deleted from Mailgun's suppression list, so
that it doesn't affect any other membership
2023-11-13 16:56:37 -03:00
..
utils Improved oversized batch correction logic 2023-06-09 14:40:12 +07:00
.eslintrc.js Added email service package (#15849) 2022-11-21 10:29:53 +01:00
batch-sending-service.test.js 🐛 Fix edge case resulting in duplicate emails for some recipients (#18941) 2023-11-10 01:24:56 +00:00
email-controller.test.js Added test email rate limiting (#17505) 2023-07-27 08:46:50 +02:00
email-event-processor.test.js Updated to use assert/strict everywhere (#17047) 2023-06-21 09:56:59 +01:00
email-event-storage.test.js Removed email from Mailgun's suppression list on unsubscribe (#18922) 2023-11-13 16:56:37 -03:00
email-renderer.test.js Added List-Unsubscribe https endpoint (#18758) 2023-10-25 16:16:31 +02:00
email-segmenter.test.js Added quotes to NQL filters with ids (#18958) 2023-11-13 12:00:20 +01:00
email-service.test.js Updated to use assert/strict everywhere (#17047) 2023-06-21 09:56:59 +01:00
mailgun-email-provider.test.js Added bulkEmail.batchSize option to configure batch size 2023-06-26 12:57:44 +02:00
sending-service.test.js Updated to use assert/strict everywhere (#17047) 2023-06-21 09:56:59 +01:00