Compare commits
2 commits
596c11d207
...
e8b0ec7efb
| Author | SHA1 | Date | |
|---|---|---|---|
| e8b0ec7efb | |||
| 8611e826fb |
4 changed files with 1 additions and 3 deletions
|
|
@ -1 +0,0 @@
|
||||||
Subproject commit 692e6f937856ace638d9773c17f7447ca439d881
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
Subproject commit a60db217827213e019a15bca7c0ab05a5b183275
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
Subproject commit 9bd8701a1d38e3fdb1823bb936b260d7ec0fe165
|
|
||||||
|
|
@ -50,6 +50,7 @@ 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(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue