Ghost/ghost/email-service/lib
Simon Backx 3a5c233122
🐛 Fixed staff emails eventually having invalid styles (#18363)
fixes https://github.com/TryGhost/Ghost/issues/17937

- We used a global Handlebars instance, which means it was reused across
Ghost
- Partials are different between parts of Ghost, that means the partials
were overwritten every time a normal Mailgun email was send
- All staff emails send after a normal newsletter would have invalid
styles because the partials for styles were overwritten
2023-09-26 16:25:03 +02:00
..
email-templates Fixed product card image overflow in Gmail 2023-08-23 22:02:54 +08:00
BatchSendingService.js Made lexical rendering async (#17438) 2023-07-20 17:48:48 -05:00
EmailBodyCache.js Added eslint rule for file naming convention 2023-05-09 12:34:34 -04:00
EmailController.js Added test email rate limiting (#17505) 2023-07-27 08:46:50 +02:00
EmailEventProcessor.js Added eslint rule for file naming convention 2023-05-09 12:34:34 -04:00
EmailEventStorage.js Added eslint rule for file naming convention 2023-05-09 12:34:34 -04:00
EmailRenderer.js 🐛 Fixed staff emails eventually having invalid styles (#18363) 2023-09-26 16:25:03 +02:00
EmailSegmenter.js Retain newsletter subscriptions on suppression (#17373) 2023-07-24 10:47:57 +01:00
EmailService.js Added eslint rule for file naming convention 2023-05-09 12:34:34 -04:00
MailgunEmailProvider.js Added bulkEmail.batchSize option to configure batch size 2023-06-26 12:57:44 +02:00
SendingService.js Added eslint rule for file naming convention 2023-05-09 12:34:34 -04:00