Files
Ivan Uzkikh 2e499389fc fix(smtp): preserve <br> line breaks in HTML emails
HTML-only emails (e.g. from Synology DSM 7.3 Task Scheduler) use <br>
tags for line breaks. The existing implementation passed the raw HTML
body to bluemonday with AddSpaceWhenStrippingTag(true), which replaced
every tag including <br> with a space, causing all content to appear
on a single unreadable line.

Fix: convert <br> tags to newlines before stripping HTML, so line break
semantics are preserved in the notification body.

Resolves the gap noted in #690 ("very sub-par" HTML support).
2026-02-21 14:44:06 +01:00
..
2025-07-19 21:32:05 +02:00
2025-07-19 15:37:05 +02:00
2023-11-16 20:54:58 -05:00
2026-01-17 14:43:43 -05:00
2026-01-17 14:43:43 -05:00
2026-01-18 10:56:11 -05:00
2023-11-16 20:54:58 -05:00
2023-11-16 20:54:58 -05:00
2026-01-18 16:04:42 -05:00
2026-01-18 16:04:42 -05:00
2026-02-08 14:28:27 -05:00
2026-02-08 14:28:27 -05:00
2026-01-13 20:50:31 -05:00
2023-11-16 20:54:58 -05:00
2023-11-16 20:54:58 -05:00
2023-05-15 22:06:43 -04:00
2025-08-08 15:16:53 -04:00
2026-01-18 10:46:15 -05:00
2025-08-07 18:54:37 +02:00
2026-01-08 20:57:55 -05:00
2026-02-08 14:28:27 -05:00
2024-09-29 13:12:51 -04:00
2024-09-29 13:12:51 -04:00
2024-09-29 13:12:51 -04:00
2023-11-16 20:54:58 -05:00
2026-02-08 20:46:54 -05:00
2025-07-07 16:49:15 +02:00
2025-07-04 10:16:49 +02:00
2023-06-18 14:20:22 -04:00
2025-05-31 15:33:21 -04:00