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