simple distributed emailing system.
Project description
Simple distributed emailing system. Consists of broker (based on pyzmq) and worker.
Installation
pip install postboy
Using
/usr/bin/postboy-broker –debug
/usr/bin/postboy-worker –debug
- Then try to use it.
>>> from postboy import Email, BrokerHandler >>> broker = BrokerHandler() >>> email = Email(sender='info@test.name', recipient='user@localhost', subject='Test') >>> broker.store(email.dumps()) 1 # <= return task id
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
postboy-0.2.8.tar.gz
(4.8 kB
view details)
File details
Details for the file postboy-0.2.8.tar.gz
.
File metadata
- Download URL: postboy-0.2.8.tar.gz
- Upload date:
- Size: 4.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6d1076468993fed3e275f32665724c8a0b3b3e3ffd3f64e1cc1a08d12f12c56f |
|
MD5 | 45e337ce9d41ab2e7a1465e840079fca |
|
BLAKE2b-256 | 77b64f8e3c7d2f84d751531e4f9fbad398e18442c78e79529cbbde75ffd6e917 |