Django Yubin is used to queue e-mails. This allows the emails to be sent asynchronously (by the use of a command extension) rather than blocking the response.
It also provides with some classes that allows you to compose e-mails in the same way you compose your django templates, using different templates for subject, body and html content.
Contents:
django-mailer-2 is a fork form Chris Beaven fort to of James Tauber’s django-mailer
This document is readthedocs version of the fork that Chris and James made the original document with some additional information.
Chris Beaven started a fork of django-mailer and it got to the point when it would be rather difficult to merge back. The fork was then renamed to the completely unimaginative “django mailer 2”.
As always found myself using this project with the mailviews classes, we adapted some of the mailviews to add priority and some convenience classes.
Some of the larger differences in django_yubin:
At the time of the fork, the primary authors of django-mailer were James Tauber and Brian Rosner. The additional contributors included Michael Trier, Doug Napoleone and Jannis Leidel.
Original branch and the django-mailer-2 hard work comes from Chris Beaven.
django-mailviews from Disqus
The name django-yubin was suggested by @morenosan, he says it means “postal mail” in japanesse, but who nows! :)