Ghost/ghost/email-service/lib
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
..
email-templates Changed "latest posts" layout in email template on mobile (#18894) 2023-11-07 11:23:03 +01:00
BatchSendingService.js Added quotes to NQL filters with ids (#18958) 2023-11-13 12:00:20 +01:00
EmailBodyCache.js
EmailController.js
EmailEventProcessor.js
EmailEventStorage.js Removed email from Mailgun's suppression list on unsubscribe (#18922) 2023-11-13 16:56:37 -03:00
EmailRenderer.js 🐛 Fixed email rendering bug in Gmail for Android (#18886) 2023-11-06 16:40:08 -08:00
EmailSegmenter.js Added quotes to NQL filters with ids (#18958) 2023-11-13 12:00:20 +01:00
EmailService.js
MailgunEmailProvider.js
SendingService.js