Ghost/ghost/email-service/test
Simon Backx 4c8179312d
🎨 Added support for relative links in emails (#17630)
fixes https://github.com/TryGhost/Product/issues/3687

After this change, relative URLs in emails will be replaced with
absolute URLs using the post URL. Making relative Portal URLs possible
etc.

Updates the test data generator to fix invalid URL encoding (somehow a
backslash + escaped double quote was added when it wasn't required).
2023-08-08 13:22:56 +02:00
..
utils
.eslintrc.js
batch-sending-service.test.js Updated to use assert/strict everywhere (#17047) 2023-06-21 09:56:59 +01: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 Updated to use assert/strict everywhere (#17047) 2023-06-21 09:56:59 +01:00
email-renderer.test.js 🎨 Added support for relative links in emails (#17630) 2023-08-08 13:22:56 +02:00
email-segmenter.test.js Retain newsletter subscriptions on suppression (#17373) 2023-07-24 10:47:57 +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