Metadata-Version: 1.1
Name: django-queue-mailer
Version: 0.1.1
Summary: A reusable Django app for controlling queuing and sending of app emails
Home-page: https://bitbucket.org/edke/django-queue-mailer
Author: Eduard Kracmar
Author-email: info@adaptiware.com
License: MIT
Description: 
            A reusable Django app for controlling queuing and sending of app emails. Key use case is to move sending of emails
            out of requests to speed-up request time and help to solve problems with sending email, handling deferring of email
            and logging of app email communication.
            
Keywords: django_queue_mailer
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Communications :: Email
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content :: CGI Tools/Libraries
Classifier: Topic :: Utilities
Classifier: Framework :: Django
Classifier: License :: OSI Approved :: MIT License
