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.1.tar.gz
(3.7 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.1.tar.gz.
File metadata
- Download URL: kinetimail-0.1.1.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
69cc1d81a51ba51efff2e57660d444aff9445d2a2cd3fdddd2c1052c0b62caf4
|
|
| MD5 |
dac74de385eec122f40562c1b561e6ba
|
|
| BLAKE2b-256 |
aaeebd49698f7be3bbaaa08231328a94313768bf6a4ce60e0e772c7c3657ebfd
|
File details
Details for the file kinetimail-0.1.1-py3-none-any.whl.
File metadata
- Download URL: kinetimail-0.1.1-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 |
6b1ccfaa40a652c64ef5297b0a4ee91741a202f1079ff9bd2c899a2144b17c8d
|
|
| MD5 |
a0c3e2767fb52dcd8216e1d57b04e9d5
|
|
| BLAKE2b-256 |
1b71c63bdb77a898395b8a2226a5fbd1c7051d17c81f4e6c9a35c082543906ef
|