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.2.tar.gz
(3.0 kB
view details)
File details
Details for the file postboy-0.3.2.tar.gz.
File metadata
- Download URL: postboy-0.3.2.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7410beb409ba10c5ff99d1756952926cb84f431521257e4478eac7876d2a81b8
|
|
| MD5 |
f51a283deabc45c80dc83740bffbf760
|
|
| BLAKE2b-256 |
3fca826dda1fb3084fb041f024138bc47d4fe567694ba133cac04833ce239d15
|