Ghost/ghost/email-service/lib
Simon Backx e879406659
Added outbound link tagging setting (#16146)
fixes https://github.com/TryGhost/Team/issues/2432
    
Adds outbound_link_tagging setting (enabled by default and behind
feature flag). If the feature flag is enabled, and the setting is
disabled, we won't add ?ref to links in emails.
    
This includes new E2E tests for email click tracking, which were also
extended to check outbound link tagging (for both MEGA and the new email
stability flow).

Also fixes a test fixture for the comments_enabled setting.
2023-01-20 13:41:36 +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 🐛 Handled unknown Mailgun events (#15995) 2022-12-14 11:17:45 +01:00
email-event-storage.js Added 100% test coverage for EmailEventStorage 2023-01-10 16:36:41 +01:00
email-renderer.js Added outbound link tagging setting (#16146) 2023-01-20 13:41:36 +01:00
email-segmenter.js Updated unit test coverage for email service (#15913) 2022-12-02 00:33:28 +05:30
email-service.js Improved email verification required checks (#16060) 2023-01-04 11:22:12 +01:00
mailgun-email-provider.js Restricted email-service package to 100% test coverage 2023-01-11 13:54:26 +01:00
sending-service.js Added E2E tests for batch sending (#15910) 2022-12-01 13:43:49 +01:00