19-May-2026 — resolve relative image URLs in the preview iframe

build 650commit 9f423e2


The email preview renders into an iframe via a blob URL, which has no usable document base, so relative image URLs in the email HTML could not resolve and showed as broken - even though the same images render in the sent email.

EmailPreviewComponent now injects a <base href> pointing at the group site into the previewed HTML before building the blob, so relative URLs resolve against the live site. Preview only; the send path is unchanged.