Ghost/ghost/email-service/lib
Simon Backx d5a359f2db Removed possibility to use {uuid} replacements in email
fixes https://github.com/TryGhost/Team/issues/2383

A user could use `{uuid}` inside an email only content and it would work. This currently isn't supposed to be used outside internal features (link click tracking, feedback buttons). For now this is only fixed in the new email flow under the email stability flag.
2023-01-11 15:56:15 +01:00
..
email-templates 🐛 Fixed feedback buttons for dark mode (#16091) 2023-01-09 16:40:42 +04:00
batch-sending-service.js Added 100% test coverage to BatchSendingService 2023-01-10 14:58:50 +01:00
email-controller.js 🎨 Add ability to send test email with chosen newsletter (#15783) 2023-01-09 17:48:30 +04:00
email-event-processor.js
email-event-storage.js Added 100% test coverage for EmailEventStorage 2023-01-10 16:36:41 +01:00
email-renderer.js Removed possibility to use {uuid} replacements in email 2023-01-11 15:56:15 +01:00
email-segmenter.js
email-service.js
mailgun-email-provider.js Restricted email-service package to 100% test coverage 2023-01-11 13:54:26 +01:00
sending-service.js