From e8b0ec7efb465425fba1760357feddc6d0f47c73 Mon Sep 17 00:00:00 2001 From: rene Date: Fri, 17 Apr 2026 09:29:09 +0200 Subject: [PATCH] =?UTF-8?q?Fix:=20Brevo=20Open-Tracking=20f=C3=BCr=20trans?= =?UTF-8?q?aktionale=20Mails=20deaktivieren?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/mailer.py | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/mailer.py b/backend/mailer.py index b47fd5d..e5cbdc0 100644 --- a/backend/mailer.py +++ b/backend/mailer.py @@ -50,6 +50,7 @@ async def _send_brevo(to: str, subject: str, html: str, plain: str): "subject": subject, "htmlContent": html, "textContent": plain, + "headers": {"X-Mailin-Track-Click": "0", "X-Mailin-Track-Opens": "0"}, } async with httpx.AsyncClient(timeout=15) as client: resp = await client.post(