Skip to main content

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)

Uploaded Source

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

Hashes for postboy-0.3.2.tar.gz
Algorithm Hash digest
SHA256 7410beb409ba10c5ff99d1756952926cb84f431521257e4478eac7876d2a81b8
MD5 f51a283deabc45c80dc83740bffbf760
BLAKE2b-256 3fca826dda1fb3084fb041f024138bc47d4fe567694ba133cac04833ce239d15

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page