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.0.tar.gz
(3.1 kB
view details)
File details
Details for the file postboy-0.3.0.tar.gz
.
File metadata
- Download URL: postboy-0.3.0.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9f91573e6ded5450406f15dfd11c7c779d91e2574b45d038bc4abe4e0ec3346d |
|
MD5 | 81b39b5e3f1d8d4c8e6e9671fad9c0df |
|
BLAKE2b-256 | eae427485d40644572ca09dbf2072d4ddc4a912dbe8239118eb680dd56fa37e7 |