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.1.tar.gz
(3.0 kB
view details)
File details
Details for the file postboy-0.3.1.tar.gz.
File metadata
- Download URL: postboy-0.3.1.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0e2161187835464cc730216db01455f76478d0adf206ba5d6fbfd6f8db078eb8
|
|
| MD5 |
bd516e9c55c01b2e6c2018466311545e
|
|
| BLAKE2b-256 |
64fc10dbcf8fc6d2a481e8d7a7aed41d644e36d8dcfe0edfd98823050f223be8
|