Python client for KinetiMail service.
Project description
kinetimail client
A Python client for interacting with the KinetiMail API service.
Installation
pip install kinetimail
Usage
from kinetimail import KinetiMail
# Setup client
client = KinetiMail(api_key="your_api_key")
# Create a new inbox
client.create_inbox(email="john-doe-free@kinetimail.com", name="John Doe")
# Send message
client.send_message(
from_address="john-doe-free@kinetimail.com",
to_address="your-address@example.com",
subject=f'Hello World!',
body='Hey, how are you?'
)
# List messages
client.list_messages(inbox_id="john-doe-free@kinetimail.com")
# Read a specifc message
get_message(
inbox_id="john-doe-free@kinetimail.com",
message_id="<message_id>"
)
## License
MIT License
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
kinetimail-0.1.0.tar.gz
(3.6 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
File details
Details for the file kinetimail-0.1.0.tar.gz.
File metadata
- Download URL: kinetimail-0.1.0.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b2d4f03cf9b6081efab17b4fa18e6b9599f220874b26a99578b5c12c7006cce6
|
|
| MD5 |
c77f1648aa9dcc11f573fa48babea1c2
|
|
| BLAKE2b-256 |
f8400482490d1f43459f7cebb285562842a7ee7dc6d1bec99a4e489796a1416c
|
File details
Details for the file kinetimail-0.1.0-py3-none-any.whl.
File metadata
- Download URL: kinetimail-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9eb97aad93f8ba419fdab66af03dd547398e636ccc1de4cff344216eec9f1e50
|
|
| MD5 |
9c1a062570089354e432b76d8474fb2c
|
|
| BLAKE2b-256 |
027e73e7a5f68663fd4f7d278008d4891c76f2434d254c318cc9df23f48f4182
|