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.3.3.tar.gz
(3.0 kB
view details)
File details
Details for the file postboy-0.3.3.tar.gz
.
File metadata
- Download URL: postboy-0.3.3.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 68e33e7e61a775d03603df0b5bf1673a096d644d2ff7c045bdb35cc033460033 |
|
MD5 | 114ef6760ca2b306eb1a28aa37fca9cc |
|
BLAKE2b-256 | b131867619d3b5301658381d603268eb3c489d10144f343b9dbd1e17b2209156 |