feat: add typed Python SDK (#213)

This commit is contained in:
KM Koushik
2025-09-09 05:50:08 +10:00
committed by GitHub
parent 92f56f1ebf
commit 3158ddc51c
15 changed files with 2054 additions and 2 deletions

View File

@@ -37,6 +37,13 @@ Quicklinks to set up your account and get started
href="/get-started/nodejs"
>
Learn how to use our SDK using NodeJS to send emails programmatically.
</Card>
<Card
title="Python"
icon="python"
href="/get-started/python"
>
Learn how to use our SDK using Python to send emails programmatically.
</Card>
<Card
title="SMTP support"