Compare commits

..

No commits in common. "e8b0ec7efb465425fba1760357feddc6d0f47c73" and "596c11d2074085864516b55ab66f257d30f56d8e" have entirely different histories.

4 changed files with 3 additions and 1 deletions

@ -0,0 +1 @@
Subproject commit 692e6f937856ace638d9773c17f7447ca439d881

@ -0,0 +1 @@
Subproject commit a60db217827213e019a15bca7c0ab05a5b183275

@ -0,0 +1 @@
Subproject commit 9bd8701a1d38e3fdb1823bb936b260d7ec0fe165

View file

@ -50,7 +50,6 @@ async def _send_brevo(to: str, subject: str, html: str, plain: str):
"subject": subject, "subject": subject,
"htmlContent": html, "htmlContent": html,
"textContent": plain, "textContent": plain,
"headers": {"X-Mailin-Track-Click": "0", "X-Mailin-Track-Opens": "0"},
} }
async with httpx.AsyncClient(timeout=15) as client: async with httpx.AsyncClient(timeout=15) as client:
resp = await client.post( resp = await client.post(