Skip to main content

simple distributed emailing system.

Project description

Simple distributed emailing system.

Usually websites send emails directly in a request. Sometime I tried to use as emailing daemon “ssmtp”. I was shocked when I tried to send ten mails from django. This was about half a minute (about 3 seconds per letter), and my request was processed long.

This system will be save your response time because your letters will be added to queue and delivered as soon as possible. If you have more then one server, you will have load balancing and guarantee of delivering for your mailings.

For working the Postboy needed running and configure RabbitMQ AMQP daemon. This may used as cluster or single server instance. For delivering will be used any localhost MTA.

Installation

Quick installation the system in the Ubuntu server https://github.com/mosquito/postboy/wiki/Installation.

Using

Then try to use it in your code:

>>> 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.5.tar.gz (3.4 kB view details)

Uploaded Source

File details

Details for the file postboy-0.3.5.tar.gz.

File metadata

  • Download URL: postboy-0.3.5.tar.gz
  • Upload date:
  • Size: 3.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for postboy-0.3.5.tar.gz
Algorithm Hash digest
SHA256 5c34498bf25c6c59b58a989d35267d7404332af21740af7ad3984d3846f6729d
MD5 32e03cfeefeb11ed3ad122a8c4cfacae
BLAKE2b-256 b537396c407f993cc7596f04bce67f3a67ba8ad7d442115fa7bc129a542c9e23

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