Metadata-Version: 1.1
Name: django-sendcloud2
Version: 0.2.0
Summary: sendcloud2 for django
Home-page: UNKNOWN
Author: Your Name
Author-email: yourname@example.com
License: BSD License
Description: =================
        django-sendcloud2
        =================
        
        提供django下sendcloud接口,支持python2/3，支持replyto
        
        Quick start
        -----------
        1. Install::
        
            pip install django_sendcloud2
        
        
        2. 配置，在settings.py中
        
        ```
        EMAIL_BACKEND = 'sendcloud.SendCloudBackend'
        SENDCLOUD_API_USER = '***'
        SENDCLOUD_API_KEY = '***'
        ```
        
        3. 按照正常django方式发送邮件即可
        
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 1.10
Classifier: Framework :: Django :: 1.11
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
