Metadata-Version: 1.1
Name: django-email-log
Version: 0.1.0
Summary: Django email backend that logs all emails
Home-page: https://github.com/treyhunner/django-email-log
Author: Trey Hunner
Author-email: trey@treyhunner.com
License: LICENSE
Description: ================
        django-email-log
        ================
        
        .. image:: https://travis-ci.org/treyhunner/django-email-log.png?branch=master
           :target: https://travis-ci.org/treyhunner/django-email-log
           :alt: Test Status
        
        .. image:: https://coveralls.io/repos/treyhunner/django-email-log/badge.png?branch=master
           :target: https://coveralls.io/r/treyhunner/django-email-log
           :alt: Coverage Status
        
        Django email backend that logs all sent emails.
        
        This app requires Django 1.4.2 or greater and Python 2.6 or greater.
        
        Getting Help
        ------------
        
        Documentation for django-email-log is available at https://django-email-log.readthedocs.org/
        
        Submit issues on Github: https://github.com/treyhunner/django-email-log/issues
        
        Pull requests are welcome.  Read the CONTRIBUTING file for tips on submitting
        a pull request.
        
        
        Related Projects
        ----------------
        
        Thanks to the following related projects for inspiration:
        
        - `django-mailer`_
        - `django-post_office`_
        - `django-celery-email`_
        - Email logger mentioned in this `StackOverflow answer`_
        
        .. _django-mailer: https://github.com/pinax/django-mailer
        .. _django-celery-email: https://github.com/pmclanahan/django-celery-email
        .. _django-post_office: https://github.com/ui/django-post_office
        .. _stackoverflow answer: http://stackoverflow.com/a/7553759/98187
        
        
        CHANGES
        =======
        
        0.1.0 (2013-05-02)
        ------------------
        
        Initial release.
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Framework :: Django
