SuperSend TX Python SDK
Official Python client for the SuperSend TX transactional email API.
pip install supersendtx
from supersendtx import SuperSendTX
tx = SuperSendTX("stx_your_key_here")
result = tx.emails.send(
from_="you@yourdomain.com",
to="user@example.com",
subject="Hello",
html="<p>It works.</p>",
)
print(result["id"], result["status"])
Django
pip install 'supersendtx[django]'
EMAIL_BACKEND = "supersendtx.django.EmailBackend"
# SUPERSENDTX_API_KEY in the environment
Release files for supersendtx 0.8.7
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| supersendtx-0.8.7.tar.gz | 7.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| supersendtx-0.8.7-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 15.7 kB
Release files / supersendtx-0.8.7.tar.gz
| Download URL | supersendtx-0.8.7.tar.gz |
|---|---|
| Size | 7.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
5aeb653747aa3d54f921efe1502d2141d3ed9d5d5dc90cf7c61287e537506c8a
|
|
BLAKE2b-256 checksum How to use checksums |
93b3ffe99f33465bc31ff5328ef5c77013f1f303095c43106997d5df3fe1628b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.12.14
|
Release files / supersendtx-0.8.7-py3-none-any.whl
| Download URL | supersendtx-0.8.7-py3-none-any.whl |
|---|---|
| Size | 8.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
575c6937e23b78bdf0c18f25b17a04e39af319311b543bd722a4c57f2ebec646
|
|
BLAKE2b-256 checksum How to use checksums |
b17042911183f7c30e296a0f6538e8b06e87bb4913a1b19785d74ff7f7c5f645
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.12.14
|