Skip to main content

sendcloud2 for django

Project description

提供django下sendcloud接口,支持python2/3,支持replyto

Quick start

  1. Install:

    pip install django_sendcloud2
  2. 配置,在settings.py中:

    EMAIL_BACKEND = 'sendcloud.SendCloudBackend'
    SENDCLOUD = {
        'email': {
            'api_user': '',
            'api_key': '',
        },
        'sms': {
            'sms_user': '',
            'sms_key': '',
            'muted': True
        },
    }
  3. 按照正常django方式发送邮件即可, 发送sms用`sms.send`

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-sendcloud2-0.2.1.tar.gz (3.6 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page