Metadata-Version: 2.1
Name: privex-mail-queue
Version: 3.2.1
Summary: Simple Mail Queuing for Django
Home-page: http://github.com/Privex/django-mail-queue
Author: Privex Inc. (2019+) / Derek Stegelman (2011-2018)
Author-email: chris@privex.io
License: MIT
Description: [![Build Status](https://travis-ci.org/Privex/django-mail-queue.png?branch=master)](https://travis-ci.org/Privex/django-mail-queue)
        
        Django Mail Queue
        =================
        
        This is a fork of http://github.com/dstegelman/django-mail-queue maintained by [Privex Inc.](https://www.privex.io/)
        
        Privex publishes the fork under the PyPi package `privex-mail-queue` (since v3.2.0) to avoid conflicts
        with the original version.
        
        This fork is considered to be actively maintained by Privex for both bug fixes and feature additions since
        December 2018. 
        
        If our fork has helped you, consider 
        [grabbing a VPS or Dedicated Server from Privex](https://www.privex.io/) - prices start at as little 
        as US$0.99/mo (yes that's 99 cents a month, and we take cryptocurrency!)
        
        Mail Queue provides an easy and simple way to send email.  Each email is saved and queued up either in
        real time or with Celery.  As always, feedback, bugs, and suggestions are welcome.
        
        Documentation
        -------------
        
        http://readthedocs.org/docs/django-mail-queue/en/latest/
        
        Mail Queue provides an admin interface to view all attempted emails and actions for resending failed messages.
        
        ![image](http://cl.ly/image/1j2S3f021z0M/Screen%20Shot%202012-11-18%20at%205.45.17%20PM.png)
        
        
        Support/Help/Spam/Hate Mail
        ---------------------------
        
        If you have questions/problems/suggestions the quickest way to reach me to is simply add a GitHub issue to this project.
        
        Running the Tests Locally
        -------------------------
        
        ```
        pip install django
        pip install -r requirements.txt
        
        py.test mailqueue
        ```
        
Keywords: django-mail-queue
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content :: CGI Tools/Libraries
Classifier: Topic :: Utilities
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Framework :: Django
Classifier: Framework :: Django :: 1.8
Classifier: Framework :: Django :: 1.9
Classifier: License :: OSI Approved :: MIT License
Description-Content-Type: text/markdown
