Metadata-Version: 1.0
Name: django-emailsys
Version: 0.0.24
Summary: Provide the ability to send emails/sms using WebServices
Home-page: https://bitbucket.org/rsneh/django-emailsys
Author: Ron Sneh
Author-email: me@ronsneh.com
License: UNKNOWN
Description: django-emailsys
        ===============
        
        django-emailsys is a Django reusable app providing the ability to send emails using webservices
        
        Installation
        ------------
        
        pip install django-emailsys
        
        
        Usage
        -----
        
        1. Add ``'emailsys'`` to your ``INSTALLED_APPS`` in your settings.py
        2. Import default sender and Message model
         	``from emailsys import default``
        	``from emailsys.models import Message``
        
        Note
        ----
        
        To create your own webservice, make sure to implement SendMessageToEmails
        
Platform: UNKNOWN
