Compare commits
No commits in common. "e8b0ec7efb465425fba1760357feddc6d0f47c73" and "596c11d2074085864516b55ab66f257d30f56d8e" have entirely different histories.
e8b0ec7efb
...
596c11d207
4 changed files with 3 additions and 1 deletions
1
.claude/worktrees/agent-a1140340
Submodule
1
.claude/worktrees/agent-a1140340
Submodule
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 692e6f937856ace638d9773c17f7447ca439d881
|
||||||
1
.claude/worktrees/agent-a88ce9b7
Submodule
1
.claude/worktrees/agent-a88ce9b7
Submodule
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit a60db217827213e019a15bca7c0ab05a5b183275
|
||||||
1
.claude/worktrees/agent-aa5d905d
Submodule
1
.claude/worktrees/agent-aa5d905d
Submodule
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 9bd8701a1d38e3fdb1823bb936b260d7ec0fe165
|
||||||
|
|
@ -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(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue