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.5
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.5.tar.gz | 7.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| supersendtx-0.8.5-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 15.1 kB
Release files / supersendtx-0.8.5.tar.gz
| Download URL | supersendtx-0.8.5.tar.gz |
|---|---|
| Size | 7.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
07b8959c5f25f18eea95b6ebc24d0999176ac38a2da199b00342653e791bac94
|
|
BLAKE2b-256 checksum How to use checksums |
c7de39677ad39203bf52747db0f4f5b639bd23df4c06cfa5c97359658948e1a2
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.12.13
|
Release files / supersendtx-0.8.5-py3-none-any.whl
| Download URL | supersendtx-0.8.5-py3-none-any.whl |
|---|---|
| Size | 8.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
4c0409425a11190c67a9ec02b385e31a687d1bcd388a1e5c99b0eabad83babc1
|
|
BLAKE2b-256 checksum How to use checksums |
a5705b9c504b9e42713737842c2d2e3f764b709817dca1a668650264f29a211b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.12.13
|