Metadata-Version: 1.1
Name: django-mailer-server-backend
Version: 0.3.0
Summary: A django mail backend for mailer server (https://github.com/spapas/mailer_server)
Home-page: https://github.com/spapas/django-mailer-server-backend
Author: Serafeim Papastefanos
Author-email: spapas@gmail.com
License: MIT
Description: django-mailer-server-backend
        ----------------------------
        
        A django mail backend for mailer server (https://github.com/spapas/mailer_server)
        
        Install it from pip:
        
        ``pip install django-mailer-server-backend``
        
        or the latest version from git:
        
        ``pip install git+https://github.com/spapas/django-mailer-server-backend``
        
        Then use the following conf in your django app:
        
        
        .. code-block:: python
        
            MAILER_SERVER_TOKEN = 'YOUR_MAILER_SERVER_TOKEN'
            MAILER_SERVER_URL = 'http://MAILER_SERVER_URL/mail/api/send_mail/'
            EMAIL_BACKEND = 'mailer_email_backend.MailerServerBackend'
        
        
        ### Changelog
        
        * v. 0.3.0: Add support for file attachments (works only with python 3.x)
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Framework :: Django
Classifier: Framework :: Django :: 2.0
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Software Development :: Libraries
