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.6
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.6.tar.gz | 7.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| supersendtx-0.8.6-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 15.7 kB
Release files / supersendtx-0.8.6.tar.gz
| Download URL | supersendtx-0.8.6.tar.gz |
|---|---|
| Size | 7.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
e54d8da0c8f88b82ea80c7aba4abd1cfb492ca9e670f8a2376d4431db42e51bb
|
|
BLAKE2b-256 checksum How to use checksums |
cf9ec76d2bf373d53456d8d0dfe812287314e557d2ec8de223bb9188f22ab94f
|
| 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.6-py3-none-any.whl
| Download URL | supersendtx-0.8.6-py3-none-any.whl |
|---|---|
| Size | 8.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
315ff712065560cc1c6831de395647a082179f9affb345a936051bb6cf269f04
|
|
BLAKE2b-256 checksum How to use checksums |
0f0d82e41d7383136ffe58ef04fbf9008af810539f6e5283a9906b120137ae05
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.12.14
|