ranla
Official Python client for the Ranla email API.
pip install ranla
import os
from ranla import Ranla
client = Ranla(os.environ["RANLA_API_KEY"])
email = client.emails.send(
from_="ops@yourdomain.com",
to="user@example.com",
subject="Your receipt",
html="<p>Thanks for your purchase.</p>",
)
print(email["id"], email["status"])
Defaults to https://api.ranla.ai. API keys may start with rnl_ or stx_.
SuperSendTX is the same class under the previous name:
from ranla import SuperSendTX
The legacy supersendtx package on PyPI remains supported.
License
MIT
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ranla-0.8.5.tar.gz
(2.4 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
ranla-0.8.5-py3-none-any.whl
(2.2 kB
view details)
File details
Details for the file ranla-0.8.5.tar.gz.
File metadata
- Download URL: ranla-0.8.5.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
02ae3c3c547ef7ec45c3cad4c632b245c1438a15cdc6efbe38c67e0dbf3fc85d
|
|
| MD5 |
9c1fe4d638e1e7b61028ce5b14be8963
|
|
| BLAKE2b-256 |
c063471987a257aa780f93addc8d9fd50b09cbe155a28c28ee916853e7f5d5a9
|
File details
Details for the file ranla-0.8.5-py3-none-any.whl.
File metadata
- Download URL: ranla-0.8.5-py3-none-any.whl
- Upload date:
- Size: 2.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
50733aec768076d9f1d9078bd548e86eaee3395a1cd78974fd21789a79a6e88f
|
|
| MD5 |
a477fb3fb9e05faf34d9a775d00db6a4
|
|
| BLAKE2b-256 |
cb1d544f0e48b881c69ac26694c065e70289624f7c85af5bd91976bc172ddf5c
|